WorkflowApplicationInstance.Abandon 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.
Causes the state machine to transition to the abandoned state.
Overloads
Abandon() |
Causes the state machine to transition to the abandoned state. |
Abandon(TimeSpan) |
Causes the state machine to transition to the abandoned state with the specified timeout value. |
Abandon()
Causes the state machine to transition to the abandoned state.
public:
void Abandon();
public void Abandon ();
member this.Abandon : unit -> unit
Public Sub Abandon ()
Applies to
Abandon(TimeSpan)
Causes the state machine to transition to the abandoned state with the specified timeout value.
public:
void Abandon(TimeSpan timeout);
public void Abandon (TimeSpan timeout);
member this.Abandon : TimeSpan -> unit
Public Sub Abandon (timeout As TimeSpan)
Parameters
- timeout
- TimeSpan
The timeout for the abandon operation complete.