示例#1
0
 public string GetCacheStatus()
 {
     BioMatcher.BioMatcherAsmxReference.GetCacheStatusRequest inValue = new BioMatcher.BioMatcherAsmxReference.GetCacheStatusRequest();
     inValue.Body = new BioMatcher.BioMatcherAsmxReference.GetCacheStatusRequestBody();
     BioMatcher.BioMatcherAsmxReference.GetCacheStatusResponse retVal = ((BioMatcher.BioMatcherAsmxReference.BioMatcherServiceSoap)(this)).GetCacheStatus(inValue);
     return(retVal.Body.GetCacheStatusResult);
 }
示例#2
0
 public System.Threading.Tasks.Task <BioMatcher.BioMatcherAsmxReference.GetCacheStatusResponse> GetCacheStatusAsync()
 {
     BioMatcher.BioMatcherAsmxReference.GetCacheStatusRequest inValue = new BioMatcher.BioMatcherAsmxReference.GetCacheStatusRequest();
     inValue.Body = new BioMatcher.BioMatcherAsmxReference.GetCacheStatusRequestBody();
     return(((BioMatcher.BioMatcherAsmxReference.BioMatcherServiceSoap)(this)).GetCacheStatusAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <BioMatcher.BioMatcherAsmxReference.GetCacheStatusResponse> BioMatcher.BioMatcherAsmxReference.BioMatcherServiceSoap.GetCacheStatusAsync(BioMatcher.BioMatcherAsmxReference.GetCacheStatusRequest request)
 {
     return(base.Channel.GetCacheStatusAsync(request));
 }
示例#4
0
 BioMatcher.BioMatcherAsmxReference.GetCacheStatusResponse BioMatcher.BioMatcherAsmxReference.BioMatcherServiceSoap.GetCacheStatus(BioMatcher.BioMatcherAsmxReference.GetCacheStatusRequest request)
 {
     return(base.Channel.GetCacheStatus(request));
 }