InstanceStore::EndWaitForEvents Method (IAsyncResult^)
.NET Framework (current version)
Ends the asynchronous operation initiated by the BeginWaitForEvents method.
Assembly: System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)
Parameters
- result
-
Type:
System::IAsyncResult^
An IAsyncResult object that was handed over to the client by the Begin method.
Return Value
Type: System.Collections.Generic::List<InstancePersistenceEvent^>^Returns a list of InstancePersistenceEvent objects..
.NET Framework
Available since 4.0
Available since 4.0
Show: