Exemplo n.º 1
0
 private void setBaseEventDetails(BaseClientEvent baseEvent, BaseCommand baseCommand)
 {
     // TODO: get client details from the hub context (dont have them in the command?)
     baseEvent.Sender = baseCommand.Sender;
     baseEvent.TimeStamp = baseCommand.TimeStamp;
 }
Exemplo n.º 2
0
 private void setBaseEventDetails(BaseClientEvent baseEvent, BaseCommand baseCommand)
 {
     // TODO: get client details from the hub context (dont have them in the command?)
     baseEvent.Sender    = baseCommand.Sender;
     baseEvent.TimeStamp = baseCommand.TimeStamp;
 }