Sdílet prostřednictvím


InstanceStore.EndExecute(IAsyncResult) Metoda

Definice

Ukončí asynchronní operaci.

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

Parametry

result
IAsyncResult

Výsledek operace.

Návraty

InstanceView

Objekt InstanceView představující známý stav instance po úspěšném dokončení příkazu.

Poznámky

Pokud byla BeginExecute volána v rámci transakce, může tento stav zahrnovat nepotvrzená data. Po úspěšném potvrzení transakce lze data v objektu InstanceView považovat za potvrzená.

Platí pro