Esempio n. 1
0
 public void UpdateStatus(ClientStatus pStatus)
 {
     ClientStatusUpdatedEvent?.Invoke(this.Context?.ConnectionId, pStatus);
 }