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



SerialNumber
Platform
Alloc

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function OpenWorklistItem( _
   ByVal SerialNumber As String, _
   ByVal Platform As String, _
   ByVal Alloc As Boolean _
) As WorklistItem
Visual Basic (Usage) Copy Code
Dim instance As Connection
Dim SerialNumber As String
Dim Platform As String
Dim Alloc As Boolean
Dim value As WorklistItem
 
value = instance.OpenWorklistItem(SerialNumber, Platform, Alloc)
C#  
public WorklistItem OpenWorklistItem( 
   string SerialNumber,
   string Platform,
   bool Alloc
)
C++/CLI  
public:
WorklistItem^ OpenWorklistItem( 
   String^ SerialNumber,
   String^ Platform,
   bool Alloc
) 

Parameters

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