WorkflowHostCancelTimer Method |
Cancel the timer, if any, for the given workflow.
Namespace: Scanjour.Workflow4.HostAssembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic void CancelTimer(
Uri oDataUri,
Guid instanceId
)
Public Sub CancelTimer (
oDataUri As Uri,
instanceId As Guid
)
public:
void CancelTimer(
Uri^ oDataUri,
Guid instanceId
)
member CancelTimer :
oDataUri : Uri *
instanceId : Guid -> unit
Parameters
- oDataUri Uri
- The Odata Uri
- instanceId Guid
- The workflow instance id.
RemarksOBS -- only to be used for test. See note in WorkflowHost.cs
See Also