IWorkflowDebuggerService Interface

 
Note: This API is now obsolete.

Notifies workflow debugger that code condition evaluation events have occurred.

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

[ObsoleteAttribute("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface class IWorkflowDebuggerService

NameDescription
System_CAPS_pubmethodNotifyHandlerInvoked()

Called after a code condition handler is invoked.

System_CAPS_pubmethodNotifyHandlerInvoking(Delegate^)

Called before a code condition handler is invoked.

System_CAPS_noteNote

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.

.NET Framework
Available since 3.0
Return to top
Show: