BodyWriter.OnEndWriteBodyContents(IAsyncResult) 方法
定义
当正文写入器终止写入正文时引发事件。Raises an event when the body writer ends writing body contents.
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
操作的结果。The result of the operation.