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 비동기 작업의 결과를 나타내는 개체입니다.

적용 대상