Click or drag to resize

InstanceInformation(Guid, WorkflowDescriptor, String, String, Uri) Constructor

Instance information constructor.

Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public InstanceInformation(
	Guid instanceId,
	WorkflowDescriptor descriptor,
	string owner,
	string serverName,
	Uri oDataUri
)

Parameters

instanceId  Guid
The instance id.
descriptor  WorkflowDescriptor
The workflow descriptor.
owner  String
The owner of the workflow instance.
serverName  String
The name of the host.
oDataUri  Uri
THe OData uri.
See Also