Share via


BodyWriter.BeginWriteBodyContents Metoda

Definice

Začne psát obsah těla pro body writer se zadaným zapisovačem, zpětným voláním a stavem.

public:
 IAsyncResult ^ BeginWriteBodyContents(System::Xml::XmlDictionaryWriter ^ writer, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginWriteBodyContents (System.Xml.XmlDictionaryWriter writer, AsyncCallback callback, object state);
member this.BeginWriteBodyContents : System.Xml.XmlDictionaryWriter * AsyncCallback * obj -> IAsyncResult
Public Function BeginWriteBodyContents (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

Výsledek operace.

Platí pro