Share via


InstanceStore.EndExecute(IAsyncResult) Yöntem

Tanım

Zaman uyumsuz işlemi sonlandırır.

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

Parametreler

result
IAsyncResult

İşlemin sonucu.

Döndürülenler

Komutun başarıyla tamamlanmasından sonra örneğin bilinen durumunu temsil eden bir InstanceView nesnesi.

Açıklamalar

BeginExecute bir işlem altında çağrıldıysa, bu durum kaydedilmemiş verileri içerebilir. İşlem başarıyla işlendikten sonra InstanceView nesnesindeki veriler kabul edilebilir.

Şunlara uygulanır