DebugEngineCallback Delegate

 

References a callback method that is invoked by the workflow expression evaluation component.

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

public delegate void DebugEngineCallback()

System_CAPS_noteNote

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

The default callback is implemented internally in the workflow runtime engine by an object that runs on an independent thread and provides context for workflow expression evaluation.

.NET Framework
Available since 3.0
Return to top
Show: