Click or drag to resize

InstanceInformationSetTimer Method

Setup a timer for the workflow instance.

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 SetTimer(
	DateTime newTime
)

Parameters

newTime  DateTime
The time to resume the workflow instance.
See Also