InstanceStore::EndWaitForEvents Method (IAsyncResult^)

.NET Framework (current version)
 

Ends the asynchronous operation initiated by the BeginWaitForEvents method.

Namespace:   System.Runtime.DurableInstancing
Assembly:  System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)

public:
List<InstancePersistenceEvent^>^ EndWaitForEvents(
	IAsyncResult^ result
)

Parameters

result
Type: System::IAsyncResult^

An IAsyncResult object that was handed over to the client by the Begin method.

.NET Framework
Available since 4.0
Return to top
Show: