示例#1
0
 public ETL.ServicesWeb.Authentification.OpenSessionResponse OpenSession(ETL.ServicesWeb.Authentification.OpenSessionRequest OpenSessionRequest)
 {
     ETL.ServicesWeb.Authentification.OpenSessionRequest1 inValue = new ETL.ServicesWeb.Authentification.OpenSessionRequest1();
     inValue.OpenSessionRequest = OpenSessionRequest;
     ETL.ServicesWeb.Authentification.OpenSessionResponse1 retVal = ((ETL.ServicesWeb.Authentification.AuthorizationContract)(this)).OpenSession(inValue);
     return(retVal.OpenSessionResponse);
 }
示例#2
0
 public System.Threading.Tasks.Task <ETL.ServicesWeb.Authentification.OpenSessionResponse1> OpenSessionAsync(ETL.ServicesWeb.Authentification.OpenSessionRequest OpenSessionRequest)
 {
     ETL.ServicesWeb.Authentification.OpenSessionRequest1 inValue = new ETL.ServicesWeb.Authentification.OpenSessionRequest1();
     inValue.OpenSessionRequest = OpenSessionRequest;
     return(((ETL.ServicesWeb.Authentification.AuthorizationContract)(this)).OpenSessionAsync(inValue));
 }
示例#3
0
 public OpenSessionRequest1(ETL.ServicesWeb.Authentification.OpenSessionRequest OpenSessionRequest)
 {
     this.OpenSessionRequest = OpenSessionRequest;
 }