Teilen über


WorkflowUpdateableControlClient.UnsuspendAsync Methode

Definition

Startet einen asynchronen Fortsetzungsvorgang.

Überlädt

UnsuspendAsync(Guid)

Startet einen asynchronen Fortsetzungsvorgang.

UnsuspendAsync(Guid, Object)

Startet einen asynchronen Fortsetzungsvorgang.

UnsuspendAsync(Guid)

Startet einen asynchronen Fortsetzungsvorgang.

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

Parameter

instanceId
Guid

Die fortzusetzende Workflowinstanz.

Gilt für:

UnsuspendAsync(Guid, Object)

Startet einen asynchronen Fortsetzungsvorgang.

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

Parameter

instanceId
Guid

Die fortzusetzende Workflowinstanz.

userState
Object

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

Gilt für: