예제 #1
0
 public NRPlanes.ServerData.OperationResults.GetEventsLogSinceResult GetEventsLogSince(System.Guid playerGuid, NRPlanes.ServerData.EventsLog.Timestamp timestamp)
 {
     return(base.Channel.GetEventsLogSince(playerGuid, timestamp));
 }
예제 #2
0
 public System.Threading.Tasks.Task <NRPlanes.ServerData.OperationResults.GetEventsLogSinceResult> GetEventsLogSinceAsync(System.Guid playerGuid, NRPlanes.ServerData.EventsLog.Timestamp timestamp)
 {
     return(base.Channel.GetEventsLogSinceAsync(playerGuid, timestamp));
 }