Message.OnBeginWriteMessage(XmlDictionaryWriter, AsyncCallback, Object) メソッド
定義
メッセージ全体の書き込みを開始するイベントを発生させます。Raises an event the writing of entire messages starts.
protected:
virtual IAsyncResult ^ OnBeginWriteMessage(System::Xml::XmlDictionaryWriter ^ writer, AsyncCallback ^ callback, System::Object ^ state);
protected virtual IAsyncResult OnBeginWriteMessage (System.Xml.XmlDictionaryWriter writer, AsyncCallback callback, object state);
abstract member OnBeginWriteMessage : System.Xml.XmlDictionaryWriter * AsyncCallback * obj -> IAsyncResult
override this.OnBeginWriteMessage : System.Xml.XmlDictionaryWriter * AsyncCallback * obj -> IAsyncResult
Protected Overridable Function OnBeginWriteMessage (writer As XmlDictionaryWriter, callback As AsyncCallback, state As Object) As IAsyncResult
パラメーター
- writer
- XmlDictionaryWriter
メッセージ全体をシリアル化するために使用するライター。The writer used to serialize the entire message.
- 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.