SqlPersistenceProviderFactory.OnBeginClose 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表「關閉」階段的開始。
protected:
override IAsyncResult ^ OnBeginClose(TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
protected override IAsyncResult OnBeginClose (TimeSpan timeout, AsyncCallback callback, object state);
override this.OnBeginClose : TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected Overrides Function OnBeginClose (timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
參數
- timeout
- TimeSpan
一段時間,持續性提供者會在經過以後中止這次嘗試。
- callback
- AsyncCallback
作業完成時要呼叫的方法。
- state
- Object
使用者提供的物件,可區別這個特定非同步作業與其他作業。
傳回
OnBeginClose(TimeSpan, AsyncCallback, Object) 非同步方法呼叫的狀態。
備註
「關閉」階段發生在服務關閉時。