Message.OnEndWriteBodyContents(IAsyncResult) 메서드

정의

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

protected:
 virtual void OnEndWriteBodyContents(IAsyncResult ^ result);
protected virtual void OnEndWriteBodyContents (IAsyncResult result);
abstract member OnEndWriteBodyContents : IAsyncResult -> unit
override this.OnEndWriteBodyContents : IAsyncResult -> unit
Protected Overridable Sub OnEndWriteBodyContents (result As IAsyncResult)

매개 변수

result
IAsyncResult

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

적용 대상