0 out of 1 rated this helpful - Rate this topic

System.Workflow.Runtime.DebugEngine Namespace

Contains classes and interfaces for use in debugging workflow instances.

  ClassDescription
Public classDebugController Obsolete. Relays workflow instance creation, execution and termination events to the debugger process. This class cannot be inherited.
Public classWorkflowDebuggerSteppingAttribute Obsolete. Specifies the debug stepping behavior for composite activities whose child activities can execute concurrently.
  StructureDescription
Public structureActivityHandlerDescriptor Obsolete. Specifies the code-beside handler information in the BeforeHandlerInvoked and UpdateHandlerMethodsForActivity methods.
  InterfaceDescription
Public interfaceIExpressionEvaluationFrame Obsolete. Defines the interface implemented by the workflow expression evaluation component that provides a context frame for expression evaluation.
Public interfaceIInstanceTable Obsolete. Reserved for future use.
Public interfaceIWorkflowDebugger Obsolete. Defines the interface that receives workflow instance creation, execution, and termination status information from a DebugController object running inside the workflow host application.
Public interfaceIWorkflowDebuggerService Obsolete. Notifies workflow debugger that code condition evaluation events have occurred.
  DelegateDescription
Public delegateDebugEngineCallbackReferences a callback method that is invoked by the workflow expression evaluation component.
  EnumerationDescription
Public enumerationWorkflowDebuggerSteppingOption Obsolete. Specifies how the workflow debugger will step through concurrently executing child activities of a composite activity.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.