Click or drag to resize

InstanceInformationCacheAdd Method

Add information about a workflow instance to the cache.

Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public void Add(
	Guid instanceId,
	InstanceInformation workflowInformation
)

Parameters

instanceId  Guid
The instance id.
workflowInformation  InstanceInformation
The instance information.
See Also