WorkflowRuntimeService 构造函数

定义

在派生类中实现时,初始化 WorkflowRuntimeService 类的新实例。When implemented in a derived class, initializes a new instance of the WorkflowRuntimeService class.

protected:
 WorkflowRuntimeService();
protected WorkflowRuntimeService ();
Protected Sub New ()

注解

State 初始化为 StoppedState is initialized to Stopped.

适用于