This documentation is archived and is not being maintained.
IWorkflowDebugger Interface
Visual Studio 2010
Defines the interface that receives workflow instance creation, execution, and termination status information from a DebugController object running inside the workflow host application.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
The IWorkflowDebugger type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ActivityStatusChanged | Called when the ExecutionStatus of an activity within the workflow changes. |
![]() | AssemblyLoaded | Called when an assembly is loaded in the app domain corresponding to the WorkflowRuntime in the workflow host application. |
![]() | BeforeActivityStatusChanged | Called before the ExecutionStatus of an activity within the workflow changes. |
![]() | BeforeHandlerInvoked | Called before a handler in the code-beside is about to be invoked. |
![]() | HandlerInvoked | Called after a handler in the code-beside is invoked. |
![]() | InstanceCompleted | Called when a workflow instance completes. |
![]() | InstanceCreated | Called when a workflow instance is created. |
![]() | InstanceDynamicallyUpdated | Called when the workflow instance is dynamically updated with a workflow change. |
![]() | ScheduleTypeLoaded | Called when a new workflow type is loaded by the workflow runtime engine in the workflow host application. |
![]() | SetInitialActivityStatus | Called to set the initial status of the activities in a workflow. |
![]() | UpdateHandlerMethodsForActivity | Called when an activity enters the Executing state. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
