IWorkflowDebugger::BeforeHandlerInvoked Method (Guid, Guid, String^, ActivityHandlerDescriptor)
.NET Framework (current version)
Called before a handler in the code-beside is about to be invoked.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
void BeforeHandlerInvoked(
Guid programId,
Guid scheduleTypeId,
String^ activityQualifiedName,
ActivityHandlerDescriptor handlerMethod
)
Parameters
- programId
-
Type:
System::Guid
An internally generated Guid associated with a WorkflowRuntime instance.
- scheduleTypeId
-
Type:
System::Guid
An internally generated Guid associated with a workflow type.
- activityQualifiedName
-
Type:
System::String^
A String containing the fully qualified name of the current activity.
- handlerMethod
-
Type:
System.Workflow.Runtime.DebugEngine::ActivityHandlerDescriptor
An ActivityHandlerDescriptor that contains the information regarding the code-beside handler method that is about to be invoked.
.NET Framework
Available since 3.0
Available since 3.0
Show: