BodyWriter.OnBeginWriteBodyContents Método

Definición

Genera un evento cuando el sistema de escritura de cuerpo empieza a escribir contenido del cuerpo con el escritor, la devolución de llamada y el estado especificados.

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

El escritor.

callback
AsyncCallback

La devolución de llamada.

state
Object

Estado.

Devoluciones

Resultado asincrónico.

Se aplica a