WorkflowDebuggerSteppingAttribute Constructor (WorkflowDebuggerSteppingOption)

 

Initializes a new instance of the WorkflowDebuggerSteppingAttribute class by using a WorkflowDebuggerSteppingOption enumeration value.

Namespace:   System.Workflow.Runtime.DebugEngine
Assembly:  System.Workflow.Runtime (in System.Workflow.Runtime.dll)

public:
WorkflowDebuggerSteppingAttribute(
	WorkflowDebuggerSteppingOption steppingOption
)

Parameters

steppingOption
Type: System.Workflow.Runtime.DebugEngine::WorkflowDebuggerSteppingOption

A WorkflowDebuggerSteppingOption enumeration value specifying the stepping behavior for the concurrently executing child activities.

.NET Framework
Available since 3.0
Return to top
Show: