Partager via


BodyWriter.BeginWriteBodyContents Méthode

Définition

Démarre l'écriture du contenu du corps pour l'enregistreur de corps avec l'enregistreur, le rappel et l'état spécifiés.

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

Paramètres

writer
XmlDictionaryWriter

Enregistreur.

callback
AsyncCallback

Rappel.

state
Object

État.

Retours

Résultat de l'opération.

S’applique à