Example #1
0
 public bool CreateSession(out long sessionID)
 {
     Scada.Agent.Test.AgentSvcRef.CreateSessionRequest  inValue = new Scada.Agent.Test.AgentSvcRef.CreateSessionRequest();
     Scada.Agent.Test.AgentSvcRef.CreateSessionResponse retVal  = ((Scada.Agent.Test.AgentSvcRef.AgentSvc)(this)).CreateSession(inValue);
     sessionID = retVal.sessionID;
     return(retVal.CreateSessionResult);
 }
Example #2
0
 public System.Threading.Tasks.Task <Scada.Agent.Test.AgentSvcRef.CreateSessionResponse> CreateSessionAsync(Scada.Agent.Test.AgentSvcRef.CreateSessionRequest request)
 {
     return(base.Channel.CreateSessionAsync(request));
 }
Example #3
0
 Scada.Agent.Test.AgentSvcRef.CreateSessionResponse Scada.Agent.Test.AgentSvcRef.AgentSvc.CreateSession(Scada.Agent.Test.AgentSvcRef.CreateSessionRequest request)
 {
     return(base.Channel.CreateSession(request));
 }