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

非同期操作への参照。

適用対象