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