DebugEngineCallback Delegate

Definition

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

public delegate void DebugEngineCallback();
public delegate void DebugEngineCallback();
type DebugEngineCallback = delegate of unit -> unit
Public Delegate Sub DebugEngineCallback()

Remarks

Note

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.

Extension Methods

GetMethodInfo(Delegate)

Gets an object that represents the method represented by the specified delegate.

Applies to