Exemple #1
0
 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));
 }
Exemple #2
0
 System.Threading.Tasks.Task <CalendarEvents.ReadByRecId_Result> CalendarEvents.calendarevents_Port.ReadByRecIdAsync(CalendarEvents.ReadByRecId request)
 {
     return(base.Channel.ReadByRecIdAsync(request));
 }