DeleteActionInstanceRight Method
See Also 
SourceCode.Workflow.Management Namespace > WorkflowManagementServer Class : DeleteActionInstanceRight Method



procInstID
actID
actInstID
actInstDestID
actionerName
actionerType

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function DeleteActionInstanceRight( _
   ByVal procInstID As Integer, _
   ByVal actID As Integer, _
   ByVal actInstID As Integer, _
   ByVal actInstDestID As Integer, _
   ByVal actionerName As String, _
   ByVal actionerType As ActionerType _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As WorkflowManagementServer
Dim procInstID As Integer
Dim actID As Integer
Dim actInstID As Integer
Dim actInstDestID As Integer
Dim actionerName As String
Dim actionerType As ActionerType
Dim value As Boolean
 
value = instance.DeleteActionInstanceRight(procInstID, actID, actInstID, actInstDestID, actionerName, actionerType)
C++/CLI  
public:
bool DeleteActionInstanceRight( 
   int procInstID,
   int actID,
   int actInstID,
   int actInstDestID,
   String^ actionerName,
   ActionerType actionerType
) 

Parameters

procInstID
actID
actInstID
actInstDestID
actionerName
actionerType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also