Пример #1
0
 public System.Threading.Tasks.Task <ESIDIFCommon.GestionService.ConsultarKeyResponse> ConsultarKeyAsync(string User, string Mark, string Value)
 {
     ESIDIFCommon.GestionService.ConsultarKeyRequest inValue = new ESIDIFCommon.GestionService.ConsultarKeyRequest();
     inValue.Body       = new ESIDIFCommon.GestionService.ConsultarKeyRequestBody();
     inValue.Body.User  = User;
     inValue.Body.Mark  = Mark;
     inValue.Body.Value = Value;
     return(((ESIDIFCommon.GestionService.GestionServiceSoap)(this)).ConsultarKeyAsync(inValue));
 }
Пример #2
0
 public string ConsultarKey(string User, string Mark, string Value)
 {
     ESIDIFCommon.GestionService.ConsultarKeyRequest inValue = new ESIDIFCommon.GestionService.ConsultarKeyRequest();
     inValue.Body       = new ESIDIFCommon.GestionService.ConsultarKeyRequestBody();
     inValue.Body.User  = User;
     inValue.Body.Mark  = Mark;
     inValue.Body.Value = Value;
     ESIDIFCommon.GestionService.ConsultarKeyResponse retVal = ((ESIDIFCommon.GestionService.GestionServiceSoap)(this)).ConsultarKey(inValue);
     return(retVal.Body.ConsultarKeyResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <ESIDIFCommon.GestionService.ConsultarKeyResponse> ESIDIFCommon.GestionService.GestionServiceSoap.ConsultarKeyAsync(ESIDIFCommon.GestionService.ConsultarKeyRequest request)
 {
     return(base.Channel.ConsultarKeyAsync(request));
 }
Пример #4
0
 ESIDIFCommon.GestionService.ConsultarKeyResponse ESIDIFCommon.GestionService.GestionServiceSoap.ConsultarKey(ESIDIFCommon.GestionService.ConsultarKeyRequest request)
 {
     return(base.Channel.ConsultarKey(request));
 }