Visual Basic (Declaration) | |
---|---|
Public Overloads Function GetActionInstanceRights( _ ByVal procInstId As Integer, _ ByVal actId As Integer, _ ByVal actInstId As Integer, _ ByVal actInstDestId As Integer, _ ByVal eventId As Integer _ ) As ActionInstanceRights |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WorkflowManagementServer Dim procInstId As Integer Dim actId As Integer Dim actInstId As Integer Dim actInstDestId As Integer Dim eventId As Integer Dim value As ActionInstanceRights value = instance.GetActionInstanceRights(procInstId, actId, actInstId, actInstDestId, eventId) |
C# | |
---|---|
public ActionInstanceRights GetActionInstanceRights( int procInstId, int actId, int actInstId, int actInstDestId, int eventId ) |
C++/CLI | |
---|---|
public: ActionInstanceRights^ GetActionInstanceRights( int procInstId, int actId, int actInstId, int actInstDestId, int eventId ) |
Parameters
- procInstId
- actId
- actInstId
- actInstDestId
- eventId
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