Click or drag to resize

WorkflowHostCancelTimer Method

Cancel the timer, if any, for the given workflow.

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 CancelTimer(
	Uri oDataUri,
	Guid instanceId
)

Parameters

oDataUri  Uri
The Odata Uri
instanceId  Guid
The workflow instance id.
Remarks
OBS -- only to be used for test. See note in WorkflowHost.cs
See Also