BodyWriter.BeginWriteBodyContents Methode

Definitie

Begint met het schrijven van de hoofdtekstinhoud voor de hoofdtekstschrijver met een opgegeven schrijver, callback en status.

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

Parameters

writer
XmlDictionaryWriter

De schrijver.

callback
AsyncCallback

De callback.

state
Object

De staat.

Retouren

Het resultaat van de bewerking.

Van toepassing op