WorkflowInstance.GetWorkflowNextTimerExpiration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.