Instance information constructor.
Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public InstanceInformation( Guid instanceId, WorkflowDescriptor descriptor, string owner, string serverName, Uri oDataUri )
Parameters
- instanceId
- Type: SystemGuid
The instance id. - descriptor
- Type: Scanjour.Workflow4.HostWorkflowDescriptor
The workflow descriptor. - owner
- Type: SystemString
The owner of the workflow instance. - serverName
- Type: SystemString
The name of the host. - oDataUri
- Type: SystemUri
THe OData uri.
See Also