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