Edit

Share via


SqlPersistenceProviderFactory.OnEndClose(IAsyncResult) Method

Definition

Represents the end of the Close phase.

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

Parameters

result
IAsyncResult

A reference to the result of the operation.

Remarks

The Close phase occurs when the service is closed.

Applies to