コード例 #1
0
 public void Initialize(IGraphDS myGraphDS, ushort myPort, IPAddress myIPAddress)
 {
     _IGraphDS = myGraphDS;
     _ErrorMsg = new GraphDSREST_Errors(_ServerID);
     _RESTOutput = new GraphDSREST_Output(myGraphDS, _ServerID, _IOPlugins);
 }
コード例 #2
0
 public void Initialize(IGraphDS myGraphDS, ushort myPort, IPAddress myIPAddress)
 {
     _IGraphDS   = myGraphDS;
     _ErrorMsg   = new GraphDSREST_Errors(_ServerID);
     _RESTOutput = new GraphDSREST_Output(myGraphDS, _ServerID, _IOPlugins);
 }