Message.BeginWriteBodyContents(XmlDictionaryWriter, AsyncCallback, Object) メソッド
定義
メッセージ本文のコンテンツの非同期書き込みを開始します。Starts the asynchronous writing of the contents of the message body.
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
パラメーター
- writer
- XmlDictionaryWriter
メッセージ本文のシリアル化に使用するライター 。The writer used to serialize the message body.
- callback
- AsyncCallback
操作が完了したときに通知を受信するデリゲート メソッド。The delegate method that receives the notification when the operation completed.
- state
- Object
操作の状態を表すユーザー定義オブジェクト。The user-defined object that represents the state of the operation.
戻り値
非同期操作の結果を表す IAsyncResult オブジェクト。The IAsyncResult object that represents the result of the asynchronous operation.