  | JetClient Constructor (String, Int32) | 
 
            Initializes a new instance of the 
JetClient class with the specified host name and port.
            
 
    Namespace: 
   Ookii.Jumbo.Jet
    Assembly:
   Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntaxpublic JetClient(
	string hostName,
	int port
)
Public Sub New ( 
	hostName As String,
	port As Integer
)
public:
JetClient(
	String^ hostName, 
	int port
)
new : 
        hostName : string * 
        port : int -> JetClientParameters
- hostName
 - Type: SystemString
The host name of the job server. - port
 - Type: SystemInt32
The port on which the job server is listening. 
See Also