InstanceStore::EndTryCommand Method (IAsyncResult^)

.NET Framework (current version)
 

Ends an asynchronous operation.

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

public protected:
virtual bool EndTryCommand(
	IAsyncResult^ result
)

Parameters

result
Type: System::IAsyncResult^

The result of the operation.

Return Value

Type: System::Boolean

A persistence provider implementation should return false if it doesn’t support the command passed to the BeginTryCommand method. Otherwise it should return true or throw an exception.

System_CAPS_warningWarning

Even though this method is declared as virtual rather than abstract, there is no implementation. This method must be overridden in order to provide functionality.

.NET Framework
Available since 4.0
Return to top
Show: