Пример #1
0
 private void DispatchNotification(BaseNotification notification)
 {
     LatestSequenceNumber = notification.SequenceNumber.Value;
     dispatcher.Dispatch(notification);
     this.OnDispatched(LatestSequenceNumber);
 }