編集

次の方法で共有


WorkflowInstance.GetWorkflowNextTimerExpiration Method

Definition

Returns the next point in time that this WorkflowInstance is scheduled to be delivered a timer message.

public:
 DateTime GetWorkflowNextTimerExpiration();
public DateTime GetWorkflowNextTimerExpiration();
member this.GetWorkflowNextTimerExpiration : unit -> DateTime
Public Function GetWorkflowNextTimerExpiration () As DateTime

Returns

A DateTime value that represents the next ExpiresAt time this WorkflowInstance will be delivered a timer message.

Applies to

See also