FileInstrumentServer Constructor

public FileInstrumentServer( 
Framework framework
string fileName
string host = null, 
int port = -1, 
string login = null, 
string pass = null 
)
This language is not supported or no code example is available.
public:  
FileInstrumentServer( 
Framework^ framework
String^ fileName
String^ host
int port
String^ login
String^ pass 
)
This language is not supported or no code example is available.
public function FileInstrumentServer( 
framework : Framework
fileName : String
host : String
port : int
login : String
pass : String 
);
This language is not supported or no code example is available.

Parameters

framework
Framework

fileName
string

host
string

port
int

login
string

pass
string

In this article

Definition