BodyWriter.OnBeginWriteBodyContents Método

Definición

Genera un evento cuando el escritor del cuerpo comienza 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

Devolución de llamada.

state
Object

El estado.

Devoluciones

Resultado asincrónico.

Se aplica a