Visual Basic (Declaration) | |
---|---|
Public Overloads Function OpenManagedWorklistItem( _ ByVal ManagedUser As String, _ ByVal SerialNumber As String, _ ByVal Platform As String, _ ByVal Alloc As Boolean _ ) As WorklistItem |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Connection Dim ManagedUser As String Dim SerialNumber As String Dim Platform As String Dim Alloc As Boolean Dim value As WorklistItem value = instance.OpenManagedWorklistItem(ManagedUser, SerialNumber, Platform, Alloc) |
C# | |
---|---|
public WorklistItem OpenManagedWorklistItem( string ManagedUser, string SerialNumber, string Platform, bool Alloc ) |
C++/CLI | |
---|---|
public: WorklistItem^ OpenManagedWorklistItem( String^ ManagedUser, String^ SerialNumber, String^ Platform, bool Alloc ) |
Parameters
- ManagedUser
- SerialNumber
- Platform
- Alloc
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