JAMS Developer Guide
JAMSContext Constructor(String,Int32)


MVPSI.JAMS.Activities Namespace > JAMSContext Class > JAMSContext Constructor : JAMSContext Constructor(String,Int32)
Constructs a JAMSContext given a JAMS Server name and entry number. This constructor is used when executing JAMS workflows outside of JAMS.
Syntax
'Declaration
 
Public Function New( _
   ByVal serverName As System.String, _
   ByVal entry As System.Integer _
)
'Usage
 
Dim serverName As System.String
Dim entry As System.Integer
 
Dim instance As New JAMSContext(serverName, entry)
public JAMSContext( 
   System.string serverName,
   System.int entry
)

Parameters

serverName
entry
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

Reference

JAMSContext Class
JAMSContext Members
Overload List