Visual Basic (Declaration) | |
---|---|
Public Overloads Function GetProcessInstancesAll( _ ByVal fromDate As Date, _ ByVal toDate As Date, _ ByVal fullName As String, _ ByVal folio As String, _ ByVal originator As String _ ) As ProcessInstances |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WorkflowManagementServer Dim fromDate As Date Dim toDate As Date Dim fullName As String Dim folio As String Dim originator As String Dim value As ProcessInstances value = instance.GetProcessInstancesAll(fromDate, toDate, fullName, folio, originator) |
C# | |
---|---|
public ProcessInstances GetProcessInstancesAll( DateTime fromDate, DateTime toDate, string fullName, string folio, string originator ) |
C++/CLI | |
---|---|
public: ProcessInstances^ GetProcessInstancesAll( DateTime fromDate, DateTime toDate, String^ fullName, String^ folio, String^ originator ) |
Parameters
- fromDate
- toDate
- fullName
- folio
- originator
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