共用方式為


PersistenceIOParticipant.BeginOnLoad 方法

定義

開始非同步作業以載入其他狀態,以及要從執行個體存放區載入的執行個體。

protected:
 virtual IAsyncResult ^ BeginOnLoad(System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Object ^> ^ readWriteValues, TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
protected virtual IAsyncResult BeginOnLoad (System.Collections.Generic.IDictionary<System.Xml.Linq.XName,object> readWriteValues, TimeSpan timeout, AsyncCallback callback, object state);
abstract member BeginOnLoad : System.Collections.Generic.IDictionary<System.Xml.Linq.XName, obj> * TimeSpan * AsyncCallback * obj -> IAsyncResult
override this.BeginOnLoad : System.Collections.Generic.IDictionary<System.Xml.Linq.XName, obj> * TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected Overridable Function BeginOnLoad (readWriteValues As IDictionary(Of XName, Object), timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult

參數

readWriteValues
IDictionary<XName,Object>

持續性提供者所載入的讀寫值字典。 這個字典對應於一組在此執行個體最近的持續性時段中傳遞至 BeginOnSave 的讀寫值。

timeout
TimeSpan

時間範圍,作業應在這段時間範圍內完成而不逾時。

callback
AsyncCallback

非同步回呼委派,此委派會接收非同步載入作業的完成通知。

state
Object

與非同步作業相關聯的狀態資訊。

傳回

非同步作業的狀態。

適用於