IWorkflowDebuggerService Interface

Definition

Caution

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

Notifies workflow debugger that code condition evaluation events have occurred.

public interface class IWorkflowDebuggerService
public interface IWorkflowDebuggerService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface IWorkflowDebuggerService
type IWorkflowDebuggerService = interface
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type IWorkflowDebuggerService = interface
Public Interface IWorkflowDebuggerService
Attributes

Remarks

Note

This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

This interface is implemented by the workflow runtime engine.

Methods

NotifyHandlerInvoked()

Called after a code condition handler is invoked.

NotifyHandlerInvoking(Delegate)

Called before a code condition handler is invoked.

Applies to