Share via


Message.OnBeginWriteBodyContents 메서드

정의

메시지에서 메시지 본문의 콘텐츠 작성을 시작할 때 이벤트를 발생시킵니다.

protected:
 virtual IAsyncResult ^ OnBeginWriteBodyContents(System::Xml::XmlDictionaryWriter ^ writer, AsyncCallback ^ callback, System::Object ^ state);
protected virtual IAsyncResult OnBeginWriteBodyContents (System.Xml.XmlDictionaryWriter writer, AsyncCallback callback, object state);
abstract member OnBeginWriteBodyContents : System.Xml.XmlDictionaryWriter * AsyncCallback * obj -> IAsyncResult
override this.OnBeginWriteBodyContents : System.Xml.XmlDictionaryWriter * AsyncCallback * obj -> IAsyncResult
Protected Overridable Function OnBeginWriteBodyContents (writer As XmlDictionaryWriter, callback As AsyncCallback, state As Object) As IAsyncResult

매개 변수

writer
XmlDictionaryWriter

메시지 본문의 내용을 serialize하는 데 사용되는 작성기입니다.

callback
AsyncCallback

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

state
Object

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

반환

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

적용 대상