OpenIDE.EventListener.Instance.Instance C# (CSharp) Method

Instance() public method

public Instance ( string file, int processID, string key, int port ) : System
file string
processID int
key string
port int
return System
        public Instance(string file, int processID, string key, int port)
        {
            File = file;
            ProcessID = processID;
            Key = key;
            Port = port;
        }