This documentation is archived and is not being maintained.

System.ServiceModel.Activities.Description Namespace

The System.ServiceModel.Activities.Description namespace contains classes that enable you to control various behaviors related to workflow services.

  ClassDescription
Public classBufferedReceiveServiceBehaviorA service behavior that enables your service to use buffered receive processing.
Public classEtwTrackingBehaviorA service behavior that allows a service to utilize ETW tracking using an EtwTrackingParticipant.
Public classSqlWorkflowInstanceStoreBehaviorA 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.
Public classWorkflowContractBehaviorAttributeAn attribute thatcan be applied to a service contract to enable workflow service model dispatch behavior. This attribute ensures that appropriate dispatch components are created..
Public classWorkflowIdleBehaviorA service behavior that controls when idle workflow instances are unloaded and persisted.
Public classWorkflowInstanceManagementBehaviorA behavior that adds a workflow control endpoint with a fixed configuration to the service host.
Public classWorkflowRuntimeEndpointThe SqlWorkflowInstanceStore adds a default control endpoint using this class if the <workflowInstanceControl> sub-element in the <sqlWorkflowInstanceStoreBehavior> element is not specified explicitly.
Public classWorkflowUnhandledExceptionBehaviorA service behavior that enables you to specify the action to take when an unhandled exception occurs within a workflow service.

  EnumerationDescription
Public enumerationWorkflowUnhandledExceptionActionAn enumeration that specifies the action to perform when an unhandled exception occurs within a workflow.
Show: