Click or drag to resize

InstanceInformationCacheUpdate Method

Update instance information 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 InstanceInformation Update(
	Uri oDataUri,
	Guid instanceId
)

Parameters

oDataUri  Uri
The Odata Uri.
instanceId  Guid
The workflow instance id.

Return Value

InstanceInformation
The instance information for the instance id.
See Also