Visual Basic (Declaration) | |
---|---|
<ObsoleteAttribute("This method has been deprecated and will be removed in future versions.")> Public Overloads Function GetWorklistItems( _ ByVal wl As WorklistCriteria _ ) As WorklistItems |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WorkflowManagementServer Dim wl As WorklistCriteria Dim value As WorklistItems value = instance.GetWorklistItems(wl) |
C# | |
---|---|
[Obsolete("This method has been deprecated and will be removed in future versions.")] public WorklistItems GetWorklistItems( WorklistCriteria wl ) |
C++/CLI | |
---|---|
[Obsolete("This method has been deprecated and will be removed in future versions.")] public: WorklistItems^ GetWorklistItems( WorklistCriteria^ wl ) |
Parameters
- wl
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