SqlPersistenceProviderFactory.OnEndClose(IAsyncResult) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表「關閉」階段的結束。
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
作業結果的參考。
備註
「關閉」階段發生在服務關閉時。