BodyWriter.EndWriteBodyContents(IAsyncResult) 方法
定义
关闭主体内容的写入。Ends the writing of body contents.
public:
void EndWriteBodyContents(IAsyncResult ^ result);
public void EndWriteBodyContents (IAsyncResult result);
member this.EndWriteBodyContents : IAsyncResult -> unit
Public Sub EndWriteBodyContents (result As IAsyncResult)
参数
- result
- IAsyncResult
操作的结果。The result of the operation.