InstanceStore.EndExecute(IAsyncResult) Methode

Definitie

Hiermee wordt de asynchrone bewerking beëindigd.

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

Parameters

result
IAsyncResult

Het resultaat van de bewerking.

Retouren

Een InstanceView-object dat de bekende status van het exemplaar vertegenwoordigt na de geslaagde voltooiing van de opdracht.

Opmerkingen

Als BeginExecute is aangeroepen onder een transactie, kan deze status niet-verzonden gegevens bevatten. Zodra de transactie is doorgevoerd, kunnen de gegevens in het InstanceView-object worden beschouwd als doorgevoerd.

Van toepassing op