InstanceStore::EndExecute Method (IAsyncResult^)
.NET Framework (current version)
Ends the 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.Runtime.DurableInstancing::InstanceView^An InstanceView object representing the known state of the instance after the successful completion of the command.
If BeginExecute was called under a transaction, this state may include uncommitted data. Once the transaction is committed successfully, the data in the InstanceView object can be considered committed.
.NET Framework
Available since 4.0
Available since 4.0
Show: