IWorkflowDebuggerService Interfaccia

Definizione

Attenzione

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

Notifica al debugger del flusso di lavoro che si sono verificati eventi di valutazione delle condizioni del codice.

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
Attributi

Commenti

Note

Questo materiale illustra i tipi e gli spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5.

Questa interfaccia viene implementata dal motore di runtime del flusso di lavoro.

Metodi

Nome Descrizione
NotifyHandlerInvoked()
Obsoleti.

Chiamato dopo che viene richiamato un gestore di condizioni di codice.

NotifyHandlerInvoking(Delegate)
Obsoleti.

Chiamato prima che venga richiamato un gestore di condizioni di codice.

Si applica a