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



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

Parameters

cn
taskid
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