SqlPersistenceProviderFactory.OnEndOpen(IAsyncResult) Method

Definition

Represents the end of the Open phase.

protected:
 override void OnEndOpen(IAsyncResult ^ result);
protected override void OnEndOpen (IAsyncResult result);
override this.OnEndOpen : IAsyncResult -> unit
Protected Overrides Sub OnEndOpen (result As IAsyncResult)

Parameters

result
IAsyncResult

A reference to the result of the operation.

Remarks

The Open phase occurs when the service is opened.

Applies to