PersistenceIOParticipant.BeginOnLoad(IDictionary<XName,Object>, TimeSpan, AsyncCallback, Object) Método

Definição

Inicia uma operação assíncrona para carregar um estado adicional em conjunto com uma instância que está sendo carregada do repositório de instância.Begins an asynchronous operation to load additional state in conjunction with an instance being loaded from the instance store.

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

Parâmetros

readWriteValues
IDictionary<XName,Object>

Um dicionário de valores de leitura-gravação carregado pelo provedor de persistência.A dictionary of read-write values loaded by the persistence provider. Corresponde ao conjunto de valores de leitura-gravação passados para BeginOnSave no episódio de persistência mais recente dessa instância.This corresponds to the set of read-write values passed to BeginOnSave in the most recent persistence episode for this instance.

timeout
TimeSpan

O período de tempo no qual a operação deve ser concluída sem atingir o tempo limite.The time span within which the operation should be completed without timing out.

callback
AsyncCallback

O representante de retorno de chamada assíncrono que recebe a notificação da conclusão da operação de carregamento assíncrona.The asynchronous callback delegate that receives notification of the completion of the asynchronous Load operation.

state
Object

As informações de estado associadas com a operação assíncrona.The state information associated with the asynchronous operation.

Retornos

IAsyncResult

O status de uma operação assíncrona.The status of an asynchronous operation.

Aplica-se a