InstanceStore::EndTryCommand Method (IAsyncResult^)
.NET Framework (current version)
Ends an asynchronous operation.
Assembly: System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)
Parameters
- result
-
Type:
System::IAsyncResult^
The result of the operation.
Return Value
Type: System::BooleanA 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.
Warning |
|---|
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
Available since 4.0
Show:
