Beispiel #1
0
 public System.Threading.Tasks.Task <EC_Endpoint_Client.AdministrationEC2.GetReporteeByTempKeyECResponse> GetReporteeByTempKeyECAsync(string systemUserName, string systemPassword, System.Guid tempKey)
 {
     EC_Endpoint_Client.AdministrationEC2.GetReporteeByTempKeyECRequest inValue = new EC_Endpoint_Client.AdministrationEC2.GetReporteeByTempKeyECRequest();
     inValue.Body = new EC_Endpoint_Client.AdministrationEC2.GetReporteeByTempKeyECRequestBody();
     inValue.Body.systemUserName = systemUserName;
     inValue.Body.systemPassword = systemPassword;
     inValue.Body.tempKey        = tempKey;
     return(((EC_Endpoint_Client.AdministrationEC2.IAuthorizationAdministrationEC2)(this)).GetReporteeByTempKeyECAsync(inValue));
 }
Beispiel #2
0
 public EC_Endpoint_Client.AdministrationEC2.ExternalReporteeBE GetReporteeByTempKeyEC(string systemUserName, string systemPassword, System.Guid tempKey)
 {
     EC_Endpoint_Client.AdministrationEC2.GetReporteeByTempKeyECRequest inValue = new EC_Endpoint_Client.AdministrationEC2.GetReporteeByTempKeyECRequest();
     inValue.Body = new EC_Endpoint_Client.AdministrationEC2.GetReporteeByTempKeyECRequestBody();
     inValue.Body.systemUserName = systemUserName;
     inValue.Body.systemPassword = systemPassword;
     inValue.Body.tempKey        = tempKey;
     EC_Endpoint_Client.AdministrationEC2.GetReporteeByTempKeyECResponse retVal = ((EC_Endpoint_Client.AdministrationEC2.IAuthorizationAdministrationEC2)(this)).GetReporteeByTempKeyEC(inValue);
     return(retVal.Body.GetReporteeByTempKeyECResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <EC_Endpoint_Client.AdministrationEC2.GetReporteeByTempKeyECResponse> EC_Endpoint_Client.AdministrationEC2.IAuthorizationAdministrationEC2.GetReporteeByTempKeyECAsync(EC_Endpoint_Client.AdministrationEC2.GetReporteeByTempKeyECRequest request)
 {
     return(base.Channel.GetReporteeByTempKeyECAsync(request));
 }
Beispiel #4
0
 EC_Endpoint_Client.AdministrationEC2.GetReporteeByTempKeyECResponse EC_Endpoint_Client.AdministrationEC2.IAuthorizationAdministrationEC2.GetReporteeByTempKeyEC(EC_Endpoint_Client.AdministrationEC2.GetReporteeByTempKeyECRequest request)
 {
     return(base.Channel.GetReporteeByTempKeyEC(request));
 }