Exemplo n.º 1
0
 public System.Threading.Tasks.Task <ServiceReference1.DeleteToDoResponse> DeleteToDoAsync(ServiceReference1.ToDoItem toDoItem)
 {
     ServiceReference1.DeleteToDoRequest inValue = new ServiceReference1.DeleteToDoRequest();
     inValue.Body          = new ServiceReference1.DeleteToDoRequestBody();
     inValue.Body.toDoItem = toDoItem;
     return(((ServiceReference1.IService1)(this)).DeleteToDoAsync(inValue));
 }
Exemplo n.º 2
0
 public void DeleteToDo(ServiceReference1.ToDoItem toDoItem)
 {
     ServiceReference1.DeleteToDoRequest inValue = new ServiceReference1.DeleteToDoRequest();
     inValue.Body          = new ServiceReference1.DeleteToDoRequestBody();
     inValue.Body.toDoItem = toDoItem;
     ServiceReference1.DeleteToDoResponse retVal = ((ServiceReference1.IService1)(this)).DeleteToDo(inValue);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <ServiceReference1.DeleteToDoResponse> ServiceReference1.IService1.DeleteToDoAsync(ServiceReference1.DeleteToDoRequest request)
 {
     return(base.Channel.DeleteToDoAsync(request));
 }
Exemplo n.º 4
0
 ServiceReference1.DeleteToDoResponse ServiceReference1.IService1.DeleteToDo(ServiceReference1.DeleteToDoRequest request)
 {
     return(base.Channel.DeleteToDo(request));
 }