IWorkflowInstanceManagement.BeginUnsuspend Methode

Definition

Startet einen asynchronen Vorgang, der die angegebene Workflowinstanz fortsetzt.

public:
 IAsyncResult ^ BeginUnsuspend(Guid instanceId, AsyncCallback ^ callback, System::Object ^ state);
[System.ServiceModel.OperationContract(AsyncPattern=true, Name="Unsuspend")]
public IAsyncResult BeginUnsuspend (Guid instanceId, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(AsyncPattern=true, Name="Unsuspend")>]
abstract member BeginUnsuspend : Guid * AsyncCallback * obj -> IAsyncResult
Public Function BeginUnsuspend (instanceId As Guid, callback As AsyncCallback, state As Object) As IAsyncResult

Parameter

instanceId
Guid

Der GUID-Bezeichner der fortzusetzenden Workflowinstanz.

callback
AsyncCallback

Der asynchrone Rückrufdelegat, der die Benachrichtigung über den Abschluss des asynchronen Vorgangs empfängt.

state
Object

Ein durch die Anwendung festgelegtes Objekt, das dem asynchronen Fortsetzungsvorgang zugeordnete Statusinformationen enthält.

Gibt zurück

Das IAsyncResult.

Attribute

Hinweise

Der Fortsetzungsprozess setzt eine vorübergehend angehaltene Workflowinstanz fort.

Gilt für: