InstancePersistenceContext.EndExecute(IAsyncResult) Method

Definition

Ends the asynchronous operation.

public:
 void EndExecute(IAsyncResult ^ result);
public void EndExecute (IAsyncResult result);
member this.EndExecute : IAsyncResult -> unit
Public Sub EndExecute (result As IAsyncResult)

Parameters

result
IAsyncResult

The status of an asynchronous operation.

Applies to