WorkflowApplicationInstance.Abandon Method

Definition

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.

Applies to