InstanceInformationCacheAdd Method

Scanjour Workflow4 Reference Manual
Add information about a workflow instance to the cache.

Namespace:  Scanjour.Workflow4.Host
Assembly:  Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public void Add(
	Guid instanceId,
	InstanceInformation workflowInformation
)

Parameters

instanceId
Type: SystemGuid
The instance id.
workflowInformation
Type: Scanjour.Workflow4.HostInstanceInformation
The instance information.
See Also

Reference