ReceiveContext.EndComplete(IAsyncResult) 方法
定义
完成异步完成操作。Completes an asynchronous complete operation.
public:
virtual void EndComplete(IAsyncResult ^ result);
public virtual void EndComplete (IAsyncResult result);
abstract member EndComplete : IAsyncResult -> unit
override this.EndComplete : IAsyncResult -> unit
Public Overridable Sub EndComplete (result As IAsyncResult)
参数
- result
- IAsyncResult
通过调用 IAsyncResult 方法返回的 BeginComplete(TimeSpan, AsyncCallback, Object)。The IAsyncResult returned by a call to the BeginComplete(TimeSpan, AsyncCallback, Object) method.