WorkflowHostCancelTimer Method

Scanjour Workflow4 Reference Manual
Cancel the timer, if any, for the given workflow.

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

Parameters

oDataUri
Type: SystemUri
The Odata Uri
instanceId
Type: SystemGuid
The workflow instance id.
Remarks

OBS -- only to be used for test. See note in WorkflowHost.cs
See Also

Reference