public System.Threading.Tasks.Task <UkazkaSluzieb.ServiceReference1.getByAttributeValueResponse> getByAttributeValueAsync(string attribute_name, string attribute_value, System.Nullable <int>[] ids) { UkazkaSluzieb.ServiceReference1.getByAttributeValueRequest inValue = new UkazkaSluzieb.ServiceReference1.getByAttributeValueRequest(); inValue.attribute_name = attribute_name; inValue.attribute_value = attribute_value; inValue.ids = ids; return(((UkazkaSluzieb.ServiceReference1.Team024KnihaPortType)(this)).getByAttributeValueAsync(inValue)); }
public UkazkaSluzieb.ServiceReference1.Knihas[] getByAttributeValue(string attribute_name, string attribute_value, System.Nullable <int>[] ids) { UkazkaSluzieb.ServiceReference1.getByAttributeValueRequest inValue = new UkazkaSluzieb.ServiceReference1.getByAttributeValueRequest(); inValue.attribute_name = attribute_name; inValue.attribute_value = attribute_value; inValue.ids = ids; UkazkaSluzieb.ServiceReference1.getByAttributeValueResponse retVal = ((UkazkaSluzieb.ServiceReference1.Team024KnihaPortType)(this)).getByAttributeValue(inValue); return(retVal.knihas); }
System.Threading.Tasks.Task <UkazkaSluzieb.ServiceReference1.getByAttributeValueResponse> UkazkaSluzieb.ServiceReference1.Team024KnihaPortType.getByAttributeValueAsync(UkazkaSluzieb.ServiceReference1.getByAttributeValueRequest request) { return(base.Channel.getByAttributeValueAsync(request)); }
UkazkaSluzieb.ServiceReference1.getByAttributeValueResponse UkazkaSluzieb.ServiceReference1.Team024KnihaPortType.getByAttributeValue(UkazkaSluzieb.ServiceReference1.getByAttributeValueRequest request) { return(base.Channel.getByAttributeValue(request)); }