InstanceStore.BeginWaitForEvents Methode

Definition

Startet einen asynchronen Vorgang, um sämtliche Ereignisse abzuhören, die vom Instanzspeicher für einen bestimmten Instanzhandle ausgelöst wurden.

public:
 IAsyncResult ^ BeginWaitForEvents(System::Runtime::DurableInstancing::InstanceHandle ^ handle, TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginWaitForEvents (System.Runtime.DurableInstancing.InstanceHandle handle, TimeSpan timeout, AsyncCallback callback, object state);
member this.BeginWaitForEvents : System.Runtime.DurableInstancing.InstanceHandle * TimeSpan * AsyncCallback * obj -> IAsyncResult
Public Function BeginWaitForEvents (handle As InstanceHandle, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult

Parameter

handle
InstanceHandle

Ein Instanzhandle.

timeout
TimeSpan

Der Zeitraum, nach dem es zum Timeout des Vorgangs kommt.

callback
AsyncCallback

Die Methode, die nach Beendigung des asynchronen Vorgangs aufgerufen werden soll.

state
Object

Ein Objekt mit den Zustandsinformationen, die dem asynchronen Vorgang zugeordnet sind.

Gibt zurück

Gibt ein IAsyncResult-Objekt zurück.

Gilt für: