This documentation is archived and is not being maintained.

IWorkflowDebugger.UpdateHandlerMethodsForActivity Method

Called when an activity enters the Executing state.

Namespace:  System.Workflow.Runtime.DebugEngine
Assembly:  System.Workflow.Runtime (in System.Workflow.Runtime.dll)

'Declaration
Sub UpdateHandlerMethodsForActivity ( _
	programId As Guid, _
	scheduleTypeId As Guid, _
	activityQualifiedName As String, _
	handlerMethods As List(Of ActivityHandlerDescriptor) _
)
'Usage
Dim instance As IWorkflowDebugger 
Dim programId As Guid 
Dim scheduleTypeId As Guid 
Dim activityQualifiedName As String 
Dim handlerMethods As List(Of ActivityHandlerDescriptor)

instance.UpdateHandlerMethodsForActivity(programId, _
	scheduleTypeId, activityQualifiedName, _
	handlerMethods)

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.

handlerMethods
Type: System.Collections.Generic.List(Of ActivityHandlerDescriptor)

A List(Of T) of handlers associated with an activity.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0
Show: