共用方式為


SqlPersistenceProviderFactory.OnBeginClose 方法

定義

代表「關閉」階段的開始。

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) 非同步方法呼叫的狀態。

備註

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

適用於