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); }
public System.Threading.Tasks.Task <Scada.Agent.Test.AgentSvcRef.CreateSessionResponse> CreateSessionAsync(Scada.Agent.Test.AgentSvcRef.CreateSessionRequest request) { return(base.Channel.CreateSessionAsync(request)); }
Scada.Agent.Test.AgentSvcRef.CreateSessionResponse Scada.Agent.Test.AgentSvcRef.AgentSvc.CreateSession(Scada.Agent.Test.AgentSvcRef.CreateSessionRequest request) { return(base.Channel.CreateSession(request)); }