WorkflowApplication.EndResumeBookmark(IAsyncResult) Methode

Definition

Wartet, bis ein Lesezeichenwiederaufnahmevorgang abgeschlossen ist.

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

Ein Verweis auf den asynchronen Lesezeichenwiederaufnahmevorgang.

Gibt zurück

Einer der Enumerationswerte, der das Ergebnis eines Lesezeichenwiederaufnahmevorgangs angibt.

Hinweise

Diese Methode ermittelt, ob ein BeginResumeBookmark-Vorgang erfolgreich war. Wenn sie aufgerufen wird, bevor der Ladevorgang abgeschlossen ist, wird sie bis zum Abschluss des Vorgangs gesperrt.

Diese Methode nimmt ein Lesezeichen mithilfe des asynchronen IAsyncResult-Entwurfsmusters asynchron wieder auf. Weitere Informationen finden Sie unter Übersicht über die asynchrone Programmierung.

Gilt für: