RSS Documentation
GetProcessList(String) Method



Syntax
'Declaration
 
Public Overloads Function GetProcessList( _
   ByVal path As String _
) As BPMProcessCollection
'Usage
 
Dim instance As BPMConnection
Dim path As String
Dim value As BPMProcessCollection
 
value = instance.GetProcessList(path)
public BPMProcessCollection GetProcessList( 
   string path
)
public:
BPMProcessCollection^ GetProcessList( 
   String^ path
) 

Parameters

path
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

Reference

BPMConnection Class
BPMConnection Members
Overload List

Send Feedback