BodyWriter.OnBeginWriteBodyContents Metodo

Definizione

Genera un evento quando il writer del corpo avvia la scrittura del contenuto del corpo con il writer, il callback e lo stato specificati.

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

Parametri

writer
XmlDictionaryWriter

Writer.

callback
AsyncCallback

Callback.

state
Object

Stato.

Restituisce

Risultato asincrono.

Si applica a