BodyWriter.OnBeginWriteBodyContents(XmlDictionaryWriter, AsyncCallback, Object) Método
Definição
Aciona um evento quando o gravador do corpo começa a gravar o conteúdo do corpo com o estado, retorno de chamada e gravador especificados.Raises an event when the body writer starts to write body contents with specified writer, callback and state.
protected:
virtual IAsyncResult ^ OnBeginWriteBodyContents(System::Xml::XmlDictionaryWriter ^ writer, AsyncCallback ^ callback, System::Object ^ state);
protected virtual IAsyncResult OnBeginWriteBodyContents (System.Xml.XmlDictionaryWriter writer, AsyncCallback callback, object state);
abstract member OnBeginWriteBodyContents : System.Xml.XmlDictionaryWriter * AsyncCallback * obj -> IAsyncResult
override this.OnBeginWriteBodyContents : System.Xml.XmlDictionaryWriter * AsyncCallback * obj -> IAsyncResult
Protected Overridable Function OnBeginWriteBodyContents (writer As XmlDictionaryWriter, callback As AsyncCallback, state As Object) As IAsyncResult
Parâmetros
- writer
- XmlDictionaryWriter
O gravadorThe writer
- callback
- AsyncCallback
O retorno de chamadaThe callback
- state
- Object
O estado.The state.
Retornos
O resultado assíncrono.The asynchronous result.