InstanceStore.EndWaitForEvents(IAsyncResult) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Termina l'operazione asincrona avviata dal BeginWaitForEvents(InstanceHandle, TimeSpan, AsyncCallback, Object) metodo .
public:
System::Collections::Generic::List<System::Runtime::DurableInstancing::InstancePersistenceEvent ^> ^ EndWaitForEvents(IAsyncResult ^ result);
public System.Collections.Generic.List<System.Runtime.DurableInstancing.InstancePersistenceEvent> EndWaitForEvents(IAsyncResult result);
member this.EndWaitForEvents : IAsyncResult -> System.Collections.Generic.List<System.Runtime.DurableInstancing.InstancePersistenceEvent>
Public Function EndWaitForEvents (result As IAsyncResult) As List(Of InstancePersistenceEvent)
Parametri
- result
- IAsyncResult
Oggetto IAsyncResult passato al client dal metodo Begin.
Valori restituiti
Restituisce un elenco di InstancePersistenceEvent oggetti.