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