IWorkflowInstanceManagement.EndUnsuspend(IAsyncResult) Methode

Definition

Schließt einen asynchronen Fortsetzungsvorgang ab.

public:
 void EndUnsuspend(IAsyncResult ^ result);
public void EndUnsuspend (IAsyncResult result);
abstract member EndUnsuspend : IAsyncResult -> unit
Public Sub EndUnsuspend (result As IAsyncResult)

Parameter

result
IAsyncResult

Das IAsyncResult, das durch einen Aufruf der BeginUnsuspend(Guid, AsyncCallback, Object)-Methode zurückgegeben wurde.

Hinweise

Der Fortsetzungsprozess setzt eine vorübergehend angehaltene Workflowinstanz fort.

Gilt für