Exemplo n.º 1
0
 public bool Insert(BioMatcher.ServiceAdapter.FingerPrintServiceReference.MemberFingerPrint memberFingerPrint, out long memberFingerPrintID)
 {
     BioMatcher.ServiceAdapter.FingerPrintServiceReference.InsertRequest inValue = new BioMatcher.ServiceAdapter.FingerPrintServiceReference.InsertRequest();
     inValue.memberFingerPrint = memberFingerPrint;
     BioMatcher.ServiceAdapter.FingerPrintServiceReference.InsertResponse retVal = ((BioMatcher.ServiceAdapter.FingerPrintServiceReference.FingerPrintSoap)(this)).Insert(inValue);
     memberFingerPrintID = retVal.memberFingerPrintID;
     return(retVal.InsertResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <BioMatcher.ServiceAdapter.FingerPrintServiceReference.InsertResponse> InsertAsync(BioMatcher.ServiceAdapter.FingerPrintServiceReference.InsertRequest request)
 {
     return(base.Channel.InsertAsync(request));
 }
Exemplo n.º 3
0
 BioMatcher.ServiceAdapter.FingerPrintServiceReference.InsertResponse BioMatcher.ServiceAdapter.FingerPrintServiceReference.FingerPrintSoap.Insert(BioMatcher.ServiceAdapter.FingerPrintServiceReference.InsertRequest request)
 {
     return(base.Channel.Insert(request));
 }