DefaultWorkflowSchedulerService 类

定义

注意

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

创建和管理在工作流运行时引擎上运行工作流实例的线程。

public ref class DefaultWorkflowSchedulerService : System::Workflow::Runtime::Hosting::WorkflowSchedulerService
public class DefaultWorkflowSchedulerService : System.Workflow.Runtime.Hosting.WorkflowSchedulerService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class DefaultWorkflowSchedulerService : System.Workflow.Runtime.Hosting.WorkflowSchedulerService
type DefaultWorkflowSchedulerService = class
    inherit WorkflowSchedulerService
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type DefaultWorkflowSchedulerService = class
    inherit WorkflowSchedulerService
Public Class DefaultWorkflowSchedulerService
Inherits WorkflowSchedulerService
继承
DefaultWorkflowSchedulerService
属性

注解

注意

本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型

默认情况下,DefaultWorkflowSchedulerService 由工作流运行时引擎使用。 它包括对多个工作流实例在运行时线程池中排队的默认支持。 如果要控制负责执行工作流的线程,请使用 ManualWorkflowSchedulerService

构造函数

DefaultWorkflowSchedulerService()
已过时.

初始化 DefaultWorkflowSchedulerService 类的新实例。

DefaultWorkflowSchedulerService(Int32)
已过时.

使用服务可同时运行的、最大指定数目的工作流实例初始化 DefaultWorkflowSchedulerService 类的新实例。

DefaultWorkflowSchedulerService(NameValueCollection)
已过时.

初始化 DefaultWorkflowSchedulerService 类的新实例。

属性

MaxSimultaneousWorkflows
已过时.

获取线程池队列中可以存储的最大工作流实例数。

Runtime
已过时.

获取此服务的 WorkflowRuntime

(继承自 WorkflowRuntimeService)
State
已过时.

获取 WorkflowRuntimeService 的状态。

(继承自 WorkflowRuntimeService)

方法

Cancel(Guid)
已过时.

取消指定的现有工作流实例工作项。

Equals(Object)
已过时.

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()
已过时.

作为默认哈希函数。

(继承自 Object)
GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()
已过时.

创建当前 Object 的浅表副本。

(继承自 Object)
OnStarted()
已过时.

DefaultWorkflowSchedulerService 通知工作流实例已开始运行。

OnStopped()
已过时.

在派生类中重写时,表示将在工作流运行时引擎引发 Stopped 事件时调用的方法。

(继承自 WorkflowRuntimeService)
RaiseServicesExceptionNotHandledEvent(Exception, Guid)
已过时.

引发 ServicesExceptionNotHandled 事件。

(继承自 WorkflowRuntimeService)
Schedule(WaitCallback, Guid)
已过时.

使用指定的多路广播委托,将工作流实例添加到使用指定工作流实例的挂起工作项队列中。

Schedule(WaitCallback, Guid, DateTime, Guid)
已过时.

使用指定的多路广播委托、DateTime 和 GUID,将指定的工作流实例添加到挂起工作项队列中。

Start()
已过时.

在派生类中重写时,启动服务并将 State 更改为 Starting

(继承自 WorkflowRuntimeService)
Stop()
已过时.

停止当前在工作流实例上运行的线程以及任何正在运行的计时器。

ToString()
已过时.

返回表示当前对象的字符串。

(继承自 Object)

适用于