PersistenceIOParticipant.BeginOnSave Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicia uma operação assíncrona para salvar um estado adicional em conjunto com uma instância que está sendo persistida no repositório de instância.
protected:
virtual IAsyncResult ^ BeginOnSave(System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Object ^> ^ readWriteValues, System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Object ^> ^ writeOnlyValues, TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
protected virtual IAsyncResult BeginOnSave (System.Collections.Generic.IDictionary<System.Xml.Linq.XName,object> readWriteValues, System.Collections.Generic.IDictionary<System.Xml.Linq.XName,object> writeOnlyValues, TimeSpan timeout, AsyncCallback callback, object state);
abstract member BeginOnSave : System.Collections.Generic.IDictionary<System.Xml.Linq.XName, obj> * System.Collections.Generic.IDictionary<System.Xml.Linq.XName, obj> * TimeSpan * AsyncCallback * obj -> IAsyncResult
override this.BeginOnSave : System.Collections.Generic.IDictionary<System.Xml.Linq.XName, obj> * System.Collections.Generic.IDictionary<System.Xml.Linq.XName, obj> * TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected Overridable Function BeginOnSave (readWriteValues As IDictionary(Of XName, Object), writeOnlyValues 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 coletados nos estágios CollectValues e MapValues.
- writeOnlyValues
- IDictionary<XName,Object>
Um dicionário de valores somente gravação coletados nos estágios CollectValues e MapValues.
- timeout
- TimeSpan
O período de tempo no qual a operação deve ser concluída sem atingir o tempo limite.
- callback
- AsyncCallback
O representante de retorno de chamada assíncrono que recebe a notificação da conclusão da operação assíncrona.
- state
- Object
As informações de estado associadas com a operação assíncrona.
Retornos
O status de uma operação assíncrona.