Пример #1
0
 public bool GetServiceStatus(long sessionID, Scada.Agent.ServiceApp serviceApp, out Scada.Agent.ServiceStatus status)
 {
     Scada.Agent.Test.AgentSvcRef.GetServiceStatusRequest inValue = new Scada.Agent.Test.AgentSvcRef.GetServiceStatusRequest();
     inValue.sessionID  = sessionID;
     inValue.serviceApp = serviceApp;
     Scada.Agent.Test.AgentSvcRef.GetServiceStatusResponse retVal = ((Scada.Agent.Test.AgentSvcRef.AgentSvc)(this)).GetServiceStatus(inValue);
     status = retVal.status;
     return(retVal.GetServiceStatusResult);
 }
Пример #2
0
 public System.Threading.Tasks.Task <Scada.Agent.Test.AgentSvcRef.GetServiceStatusResponse> GetServiceStatusAsync(Scada.Agent.Test.AgentSvcRef.GetServiceStatusRequest request)
 {
     return(base.Channel.GetServiceStatusAsync(request));
 }
Пример #3
0
 Scada.Agent.Test.AgentSvcRef.GetServiceStatusResponse Scada.Agent.Test.AgentSvcRef.AgentSvc.GetServiceStatus(Scada.Agent.Test.AgentSvcRef.GetServiceStatusRequest request)
 {
     return(base.Channel.GetServiceStatus(request));
 }