System.ServiceModel.Activities.Description 命名空间
包含可用于控制与工作流服务相关的各种行为的类。 Contains classes that enable you to control various behaviors related to workflow services.
类
| BufferedReceiveServiceBehavior |
一种服务行为,允许您的服务使用缓冲接收处理。A service behavior that enables your service to use buffered receive processing. |
| EtwTrackingBehavior |
一种服务行为,允许服务使用 EtwTrackingParticipant 来利用 ETW 跟踪。A service behavior that allows a service to utilize ETW tracking using an EtwTrackingParticipant. |
| SqlWorkflowInstanceStoreBehavior |
一种服务行为,它允许您配置 SqlWorkflowInstanceStore 功能,该功能支持将工作流服务实例的状态信息保持到 SQL Server 2005 或 SQL Server 2008 数据库中。A service behavior that allows you to configure the SqlWorkflowInstanceStore feature, which supports persisting state information for workflow service instances into an SQL Server 2005 or SQL Server 2008 database. |
| WorkflowContractBehaviorAttribute |
一个特性,可应用于服务协定以支持工作流服务模型调度行为。An attribute that can be applied to a service contract to enable workflow service model dispatch behavior. 该属性可确保创建适当的调度组件。This attribute ensures that appropriate dispatch components are created. |
| WorkflowIdleBehavior |
一种服务行为,可以控制何时卸载和持久保存空闲工作流实例。A service behavior that controls when idle workflow instances are unloaded and persisted. |
| WorkflowInstanceManagementBehavior |
使用固定配置向服务主机添加工作流控制终结点的行为。A behavior that adds a workflow control endpoint with a fixed configuration to the service host. |
| WorkflowRuntimeEndpoint |
如果未显式指定 < |
| WorkflowUnhandledExceptionBehavior |
一种服务行为,可用于指定工作流服务中发生未经处理的异常时所采取的操作。A service behavior that enables you to specify the action to take when an unhandled exception occurs within a workflow service. |
枚举
| WorkflowUnhandledExceptionAction |
一个枚举,指定当工作流中出现未经处理的异常时要执行的操作。An enumeration that specifies the action to perform when an unhandled exception occurs within a workflow. |