Exemplo n.º 1
0
 public void UploadConfig(ScadaAdmin.AgentSvcRef.ConfigOptions ConfigOptions, long SessionID, System.IO.Stream Stream)
 {
     ScadaAdmin.AgentSvcRef.ConfigUploadMessage inValue = new ScadaAdmin.AgentSvcRef.ConfigUploadMessage();
     inValue.ConfigOptions = ConfigOptions;
     inValue.SessionID     = SessionID;
     inValue.Stream        = Stream;
     ScadaAdmin.AgentSvcRef.UploadConfigResponse retVal = ((ScadaAdmin.AgentSvcRef.AgentSvc)(this)).UploadConfig(inValue);
 }
Exemplo n.º 2
0
 public ConfigUploadMessage(ScadaAdmin.AgentSvcRef.ConfigOptions ConfigOptions, long SessionID, System.IO.Stream Stream)
 {
     this.ConfigOptions = ConfigOptions;
     this.SessionID     = SessionID;
     this.Stream        = Stream;
 }
Exemplo n.º 3
0
 public System.IO.Stream DownloadConfig(long sessionID, ScadaAdmin.AgentSvcRef.ConfigOptions configOptions)
 {
     return(base.Channel.DownloadConfig(sessionID, configOptions));
 }
Exemplo n.º 4
0
 public bool UnpackConfig(long sessionID, string srcFileName, ScadaAdmin.AgentSvcRef.ConfigOptions configOptions)
 {
     return(base.Channel.UnpackConfig(sessionID, srcFileName, configOptions));
 }