Example #1
0
 public System.Threading.Tasks.Task <LB_7B_WF.ContactsServiceReference.UpdateContactResponse> UpdateContactAsync(LB_7B_WF.ContactsServiceReference.PhoneContact phoneContact)
 {
     LB_7B_WF.ContactsServiceReference.UpdateContactRequest inValue = new LB_7B_WF.ContactsServiceReference.UpdateContactRequest();
     inValue.Body = new LB_7B_WF.ContactsServiceReference.UpdateContactRequestBody();
     inValue.Body.phoneContact = phoneContact;
     return(((LB_7B_WF.ContactsServiceReference.ContactsServiceSoap)(this)).UpdateContactAsync(inValue));
 }
Example #2
0
 public LB_7B_WF.ContactsServiceReference.PhoneContact[] UpdateContact(LB_7B_WF.ContactsServiceReference.PhoneContact phoneContact)
 {
     LB_7B_WF.ContactsServiceReference.UpdateContactRequest inValue = new LB_7B_WF.ContactsServiceReference.UpdateContactRequest();
     inValue.Body = new LB_7B_WF.ContactsServiceReference.UpdateContactRequestBody();
     inValue.Body.phoneContact = phoneContact;
     LB_7B_WF.ContactsServiceReference.UpdateContactResponse retVal = ((LB_7B_WF.ContactsServiceReference.ContactsServiceSoap)(this)).UpdateContact(inValue);
     return(retVal.Body.UpdateContactResult);
 }
Example #3
0
 System.Threading.Tasks.Task <LB_7B_WF.ContactsServiceReference.UpdateContactResponse> LB_7B_WF.ContactsServiceReference.ContactsServiceSoap.UpdateContactAsync(LB_7B_WF.ContactsServiceReference.UpdateContactRequest request)
 {
     return(base.Channel.UpdateContactAsync(request));
 }
Example #4
0
 LB_7B_WF.ContactsServiceReference.UpdateContactResponse LB_7B_WF.ContactsServiceReference.ContactsServiceSoap.UpdateContact(LB_7B_WF.ContactsServiceReference.UpdateContactRequest request)
 {
     return(base.Channel.UpdateContact(request));
 }