Share via


BodyWriter.OnBeginWriteBodyContents Metoda

Definice

Vyvolá událost, když body writer začne psát obsah těla se zadaným zapisovačem, zpětným voláním a stavem.

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

Parametry

writer
XmlDictionaryWriter

Zapisovač.

callback
AsyncCallback

Zpětné volání.

state
Object

Stav

Návraty

Asynchronní výsledek.

Platí pro