WorkflowServiceHost.OnEndClose(IAsyncResult) 方法

定义

完成在关闭工作流服务主机时调用的异步操作。

protected:
 override void OnEndClose(IAsyncResult ^ result);
protected override void OnEndClose (IAsyncResult result);
override this.OnEndClose : IAsyncResult -> unit
Protected Overrides Sub OnEndClose (result As IAsyncResult)

参数

result
IAsyncResult

对异步操作的引用。

适用于