Example #1
0
 public System.Threading.Tasks.Task <BioMatcher.BioMatcherAsmxReference.IdentifyResponse> IdentifyAsync(BioMatcher.BioMatcherAsmxReference.MatchRequest request)
 {
     BioMatcher.BioMatcherAsmxReference.IdentifyRequest inValue = new BioMatcher.BioMatcherAsmxReference.IdentifyRequest();
     inValue.Body         = new BioMatcher.BioMatcherAsmxReference.IdentifyRequestBody();
     inValue.Body.request = request;
     return(((BioMatcher.BioMatcherAsmxReference.BioMatcherServiceSoap)(this)).IdentifyAsync(inValue));
 }
Example #2
0
 public BioMatcher.BioMatcherAsmxReference.MatchResult Identify(BioMatcher.BioMatcherAsmxReference.MatchRequest request)
 {
     BioMatcher.BioMatcherAsmxReference.IdentifyRequest inValue = new BioMatcher.BioMatcherAsmxReference.IdentifyRequest();
     inValue.Body         = new BioMatcher.BioMatcherAsmxReference.IdentifyRequestBody();
     inValue.Body.request = request;
     BioMatcher.BioMatcherAsmxReference.IdentifyResponse retVal = ((BioMatcher.BioMatcherAsmxReference.BioMatcherServiceSoap)(this)).Identify(inValue);
     return(retVal.Body.IdentifyResult);
 }
Example #3
0
 System.Threading.Tasks.Task <BioMatcher.BioMatcherAsmxReference.IdentifyResponse> BioMatcher.BioMatcherAsmxReference.BioMatcherServiceSoap.IdentifyAsync(BioMatcher.BioMatcherAsmxReference.IdentifyRequest request)
 {
     return(base.Channel.IdentifyAsync(request));
 }
Example #4
0
 BioMatcher.BioMatcherAsmxReference.IdentifyResponse BioMatcher.BioMatcherAsmxReference.BioMatcherServiceSoap.Identify(BioMatcher.BioMatcherAsmxReference.IdentifyRequest request)
 {
     return(base.Channel.Identify(request));
 }