public System.Threading.Tasks.Task <CalendarEvents.ReadByRecId_Result> ReadByRecIdAsync(string recId) { CalendarEvents.ReadByRecId inValue = new CalendarEvents.ReadByRecId(); inValue.recId = recId; return(((CalendarEvents.calendarevents_Port)(this)).ReadByRecIdAsync(inValue)); }
System.Threading.Tasks.Task <CalendarEvents.ReadByRecId_Result> CalendarEvents.calendarevents_Port.ReadByRecIdAsync(CalendarEvents.ReadByRecId request) { return(base.Channel.ReadByRecIdAsync(request)); }