BPM.Client Namespace > BPMProcess Class > GetTaskTraceInfo Method : GetTaskTraceInfo(BPMConnection,Int32,NodeItemCollection,LinkItemCollection) Method |
'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 )
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