Beispiel #1
0
 public System.Threading.Tasks.Task NotifyServerAsync(AddService.EventDataType eventData)
 {
     return(base.Channel.NotifyServerAsync(eventData));
 }
Beispiel #2
0
 public void NotifyServer(AddService.EventDataType eventData)
 {
     base.Channel.NotifyServer(eventData);
 }