RSS Documentation
GetTaskTraceInfo(BPMConnection,String,NodeItemCollection,LinkItemCollection) Method



Syntax
'Declaration
 
Public Overloads Shared Sub GetTaskTraceInfo( _
   ByVal cn As BPMConnection, _
   ByVal processName As String, _
   ByRef nodes As NodeItemCollection, _
   ByRef links As LinkItemCollection _
) 
'Usage
 
Dim cn As BPMConnection
Dim processName As String
Dim nodes As NodeItemCollection
Dim links As LinkItemCollection
 
BPMProcess.GetTaskTraceInfo(cn, processName, nodes, links)
public static void GetTaskTraceInfo( 
   BPMConnection cn,
   string processName,
   out NodeItemCollection nodes,
   out LinkItemCollection links
)
public:
static void GetTaskTraceInfo( 
   BPMConnection^ cn,
   String^ processName,
   [Out] NodeItemCollection^ nodes,
   [Out] LinkItemCollection^ links
) 

Parameters

cn
processName
nodes
links
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

BPMProcess Class
BPMProcess Members
Overload List

Send Feedback