Message.EndWriteBodyContents(IAsyncResult) 方法
定义
关闭消息主体内容的异步写入。Ends the asynchronous writing of the contents of the message body.
public:
void EndWriteBodyContents(IAsyncResult ^ result);
public void EndWriteBodyContents (IAsyncResult result);
member this.EndWriteBodyContents : IAsyncResult -> unit
Public Sub EndWriteBodyContents (result As IAsyncResult)
参数
- result
- IAsyncResult
表示异步操作结果的 IAsyncResult 对象。The IAsyncResult object that represents the result of the asynchronous operation.