示例#1
0
 public System.Threading.Tasks.Task NotifyServerAsync(BroadcastorClient.BroadcastorService.EventDataType eventData)
 {
     return(base.Channel.NotifyServerAsync(eventData));
 }
示例#2
0
 public void NotifyServer(BroadcastorClient.BroadcastorService.EventDataType eventData)
 {
     base.Channel.NotifyServer(eventData);
 }