WorkflowInstanceProxy.EndResumeBookmark(IAsyncResult) Methode

Definition

Wartet auf den ausstehenden asynchronen BeginResumeBookmark Abschluss.

public:
 System::Activities::BookmarkResumptionResult EndResumeBookmark(IAsyncResult ^ result);
public System.Activities.BookmarkResumptionResult EndResumeBookmark(IAsyncResult result);
member this.EndResumeBookmark : IAsyncResult -> System.Activities.BookmarkResumptionResult
Public Function EndResumeBookmark (result As IAsyncResult) As BookmarkResumptionResult

Parameter

result
IAsyncResult

Der IAsyncResult Verweis auf den Fortsetzungsvorgang.

Gibt zurück

Gibt BookmarkResumptionResult zurück.

Hinweise

Diese Methode kann aufgerufen werden, um zu bestimmen, ob ein BeginResumeBookmark Vorgang erfolgreich war. Wenn der Fortsetzungsvorgang vor Abschluss des Fortsetzungsvorgangs aufgerufen wird, wird blockiert, bis der Fortsetzungsvorgang abgeschlossen ist.

Gilt für: