Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <Scada.Agent.Test.AgentSvcRef.UploadConfigResponse> UploadConfigAsync(Scada.Agent.ConfigOptions ConfigOptions, long SessionID, System.IO.Stream Stream)
 {
     Scada.Agent.Test.AgentSvcRef.ConfigUploadMessage inValue = new Scada.Agent.Test.AgentSvcRef.ConfigUploadMessage();
     inValue.ConfigOptions = ConfigOptions;
     inValue.SessionID     = SessionID;
     inValue.Stream        = Stream;
     return(((Scada.Agent.Test.AgentSvcRef.AgentSvc)(this)).UploadConfigAsync(inValue));
 }
Ejemplo n.º 2
0
 public void UploadConfig(Scada.Agent.ConfigOptions ConfigOptions, long SessionID, System.IO.Stream Stream)
 {
     Scada.Agent.Test.AgentSvcRef.ConfigUploadMessage inValue = new Scada.Agent.Test.AgentSvcRef.ConfigUploadMessage();
     inValue.ConfigOptions = ConfigOptions;
     inValue.SessionID     = SessionID;
     inValue.Stream        = Stream;
     Scada.Agent.Test.AgentSvcRef.UploadConfigResponse retVal = ((Scada.Agent.Test.AgentSvcRef.AgentSvc)(this)).UploadConfig(inValue);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <Scada.Agent.Test.AgentSvcRef.UploadConfigResponse> Scada.Agent.Test.AgentSvcRef.AgentSvc.UploadConfigAsync(Scada.Agent.Test.AgentSvcRef.ConfigUploadMessage request)
 {
     return(base.Channel.UploadConfigAsync(request));
 }
Ejemplo n.º 4
0
 Scada.Agent.Test.AgentSvcRef.UploadConfigResponse Scada.Agent.Test.AgentSvcRef.AgentSvc.UploadConfig(Scada.Agent.Test.AgentSvcRef.ConfigUploadMessage request)
 {
     return(base.Channel.UploadConfig(request));
 }