GetProcess Method
See Also 
SourceCode.Workflow.Client Namespace > Connection Class : GetProcess Method



name
requiredRights

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function GetProcess( _
   ByVal name As String, _
   ByVal requiredRights As ProcRights _
) As Process
Visual Basic (Usage) Copy Code
Dim instance As Connection
Dim name As String
Dim requiredRights As ProcRights
Dim value As Process
 
value = instance.GetProcess(name, requiredRights)
C#  
public Process GetProcess( 
   string name,
   ProcRights requiredRights
)
C++/CLI  
public:
Process^ GetProcess( 
   String^ name,
   ProcRights requiredRights
) 

Parameters

name
requiredRights

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