public System.Threading.Tasks.Task <UkazkaSluzieb.ServiceReference1.deleteResponse> deleteAsync(string team_id, string team_password, int entity_id) { UkazkaSluzieb.ServiceReference1.deleteRequest inValue = new UkazkaSluzieb.ServiceReference1.deleteRequest(); inValue.team_id = team_id; inValue.team_password = team_password; inValue.entity_id = entity_id; return(((UkazkaSluzieb.ServiceReference1.Team024KnihaPortType)(this)).deleteAsync(inValue)); }
public bool delete(string team_id, string team_password, int entity_id) { UkazkaSluzieb.ServiceReference1.deleteRequest inValue = new UkazkaSluzieb.ServiceReference1.deleteRequest(); inValue.team_id = team_id; inValue.team_password = team_password; inValue.entity_id = entity_id; UkazkaSluzieb.ServiceReference1.deleteResponse retVal = ((UkazkaSluzieb.ServiceReference1.Team024KnihaPortType)(this)).delete(inValue); return(retVal.deleted); }
System.Threading.Tasks.Task <UkazkaSluzieb.ServiceReference1.deleteResponse> UkazkaSluzieb.ServiceReference1.Team024KnihaPortType.deleteAsync(UkazkaSluzieb.ServiceReference1.deleteRequest request) { return(base.Channel.deleteAsync(request)); }
UkazkaSluzieb.ServiceReference1.deleteResponse UkazkaSluzieb.ServiceReference1.Team024KnihaPortType.delete(UkazkaSluzieb.ServiceReference1.deleteRequest request) { return(base.Channel.delete(request)); }