Freigeben über


WorkflowUpdateableControlClient.SuspendAsync Methode

Definition

Startet einen asynchronen Anhaltevorgang.

Überlädt

SuspendAsync(Guid)

Startet einen asynchronen Anhaltevorgang.

SuspendAsync(Guid, Object)

Startet einen asynchronen Anhaltevorgang.

SuspendAsync(Guid, String)

Startet einen asynchronen Anhaltevorgang.

SuspendAsync(Guid, String, Object)

Startet einen asynchronen Anhaltevorgang.

SuspendAsync(Guid)

Startet einen asynchronen Anhaltevorgang.

public:
 void SuspendAsync(Guid instanceId);
public void SuspendAsync (Guid instanceId);
member this.SuspendAsync : Guid -> unit
Public Sub SuspendAsync (instanceId As Guid)

Parameter

instanceId
Guid

Die anzuhaltende Workflowinstanz.

Gilt für

SuspendAsync(Guid, Object)

Startet einen asynchronen Anhaltevorgang.

public:
 void SuspendAsync(Guid instanceId, System::Object ^ userState);
public void SuspendAsync (Guid instanceId, object userState);
member this.SuspendAsync : Guid * obj -> unit
Public Sub SuspendAsync (instanceId As Guid, userState As Object)

Parameter

instanceId
Guid

Die anzuhaltende Workflowinstanz.

userState
Object

Ein benutzerdefiniertes Objekt, das dem asynchronen Anhaltevorgang zugeordnete Zustandsinformationen enthält.

Gilt für

SuspendAsync(Guid, String)

Startet einen asynchronen Anhaltevorgang.

public:
 void SuspendAsync(Guid instanceId, System::String ^ reason);
public void SuspendAsync (Guid instanceId, string reason);
member this.SuspendAsync : Guid * string -> unit
Public Sub SuspendAsync (instanceId As Guid, reason As String)

Parameter

instanceId
Guid

Die anzuhaltende Workflowinstanz.

reason
String

Der Grund für das Anhalten der Workflowinstanz.

Gilt für

SuspendAsync(Guid, String, Object)

Startet einen asynchronen Anhaltevorgang.

public:
 void SuspendAsync(Guid instanceId, System::String ^ reason, System::Object ^ userState);
public void SuspendAsync (Guid instanceId, string reason, object userState);
member this.SuspendAsync : Guid * string * obj -> unit
Public Sub SuspendAsync (instanceId As Guid, reason As String, userState As Object)

Parameter

instanceId
Guid

Die anzuhaltende Workflowinstanz.

reason
String

Der Grund für das Anhalten der Workflowinstanz.

userState
Object

Ein benutzerdefiniertes Objekt, das dem asynchronen Abbruchvorgang zugeordnete Zustandsinformationen enthält.

Gilt für