BodyWriter.OnBeginWriteBodyContents Método

Definição

Surge um evento quando o body writer começa a escrever o conteúdo do corpo com o autor especificado, chamada de retorno e estado.

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 escritor.

callback
AsyncCallback

O retorno de chamada.

state
Object

O Estado.

Devoluções

O resultado assíncrono.

Aplica-se a