Exemplo n.º 1
0
 public System.Threading.Tasks.Task NotifyServerWatchdogAsync(SharedCardGame.ScgServiceLibrary.WatchdogDataType watchdogData)
 {
     return(base.Channel.NotifyServerWatchdogAsync(watchdogData));
 }
Exemplo n.º 2
0
 public void NotifyServerWatchdog(SharedCardGame.ScgServiceLibrary.WatchdogDataType watchdogData)
 {
     base.Channel.NotifyServerWatchdog(watchdogData);
 }