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