This documentation is archived and is not being maintained.
IWorkflowDebugger.UpdateHandlerMethodsForActivity Method
Visual Studio 2008
Called when an activity enters the Executing state.
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
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.
Show: