Share via


Message.OnBeginWriteMessage 메서드

정의

전체 메시지 쓰기를 시작하는 이벤트를 발생시킵니다.

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

전체 메시지를 serialize하는 데 사용하는 작성기입니다.

callback
AsyncCallback

작업이 완료되면 알림을 수신하는 대리자 메서드입니다.

state
Object

작업의 상태를 나타내는 사용자 정의 개체입니다.

반환

비동기 작업의 결과를 나타내는 IAsyncResult 개체입니다.

적용 대상