PersistenceIOParticipant.BeginOnLoad Méthode

Définition

Commence une opération asynchrone pour charger un état supplémentaire conjointement avec une instance chargée à partir du magasin d’instances.

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

Paramètres

readWriteValues
IDictionary<XName,Object>

Dictionnaire de valeurs en lecture-écriture chargées par le fournisseur de persistance. Cela correspond à l’ensemble de valeurs en lecture-écriture passées à BeginOnSave dans l’épisode de persistance le plus récent pour cette instance.

timeout
TimeSpan

Intervalle de temps dans lequel l’opération doit être terminée sans délai d’attente.

callback
AsyncCallback

Délégué de rappel asynchrone qui reçoit la notification de l’achèvement de l’opération de chargement asynchrone.

state
Object

Informations d’état associées à l’opération asynchrone.

Retours

État d’une opération asynchrone.

S’applique à