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

非同步作業的參考。

適用於