IWorkflowDebugger.HandlerInvoked(Guid, Guid, Int32, String) Method

Definition

Called after a handler in the code-beside is invoked.

public:
 void HandlerInvoked(Guid programId, Guid instanceId, int threadId, System::String ^ activityQualifiedName);
public void HandlerInvoked (Guid programId, Guid instanceId, int threadId, string activityQualifiedName);
abstract member HandlerInvoked : Guid * Guid * int * string -> unit
Public Sub HandlerInvoked (programId As Guid, instanceId As Guid, threadId As Integer, activityQualifiedName As String)

Parameters

programId
Guid

An internally generated Guid associated with a WorkflowRuntime instance.

instanceId
Guid

A Guid associated with the currently running workflow instance.

threadId
Int32

An Int32 containing the ID of the thread on which the handler was invoked.

activityQualifiedName
String

A String containing the fully qualified name of the current activity.

Applies to