OpenManagedWorklistItem(String,String,String,Boolean) Method
See Also 
SourceCode.Workflow.Client Namespace > Connection Class > OpenManagedWorklistItem Method : OpenManagedWorklistItem(String,String,String,Boolean) Method



ManagedUser
SerialNumber
Platform
Alloc

Glossary Item Box

Syntax

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) Copy Code
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

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