共用方式為


SqlPersistenceProviderFactory.OnEndClose(IAsyncResult) 方法

定義

代表「關閉」階段的結束。

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

參數

result
IAsyncResult

作業結果的參考。

備註

「關閉」階段發生在服務關閉時。

適用於