InstanceInformationSetTimer Method |
Setup a timer for the workflow instance.
Namespace: Scanjour.Workflow4.HostAssembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic void SetTimer(
DateTime newTime
)
Public Sub SetTimer (
newTime As DateTime
)
public:
void SetTimer(
DateTime newTime
)
member SetTimer :
newTime : DateTime -> unit
Parameters
- newTime DateTime
- The time to resume the workflow instance.
See Also