共用方式為


InstanceStore.EndExecute(IAsyncResult) 方法

定義

結束非同步作業。

public:
 System::Runtime::DurableInstancing::InstanceView ^ EndExecute(IAsyncResult ^ result);
public System.Runtime.DurableInstancing.InstanceView EndExecute (IAsyncResult result);
member this.EndExecute : IAsyncResult -> System.Runtime.DurableInstancing.InstanceView
Public Function EndExecute (result As IAsyncResult) As InstanceView

參數

result
IAsyncResult

運算的結果。

傳回

表示命令成功完成後執行個體已知狀態的 InstanceView 物件。

備註

如果 BeginExecute 是在異動下呼叫,這個狀態可能包含未認可資料。 一旦異動認可成功,InstanceView 物件中的資料可視為已認可。

適用於