NewPSWorkflowExecutionOptionCommand.WorkflowShutdownTimeoutMSec Property
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.
WorkflowShutdownTimeoutMSec - the maximum time allowed to suspend the workflows before aborting them.
public:
property int WorkflowShutdownTimeoutMSec { int get(); void set(int value); };
public:
property int WorkflowShutdownTimeoutMSec { int get(); void set(int value); };
public int WorkflowShutdownTimeoutMSec { get; set; }
member this.WorkflowShutdownTimeoutMSec : int with get, set
Public Property WorkflowShutdownTimeoutMSec As Integer