WorkflowServiceHost.OnClosing 方法

定义

WorkflowServiceHost 进入关闭状态前调用此方法。

protected:
 override void OnClosing();
protected override void OnClosing ();
override this.OnClosing : unit -> unit
Protected Overrides Sub OnClosing ()

注解

在默认实现中,WorkflowServiceHost 将在调用 StopRuntime 之前调用 CommunicationObject.OnClosing。 这意味着工作流运行时将在服务主机关闭前关闭。

适用于