Exemple #1
0
 public static Recorded <INotification <T> > OnCompleted <T>(long ticks)
 {
     return(new Recorded <INotification <T> >(ticks, ObserverNotification.CreateOnCompleted <T>()));
 }
 public void OnCompleted()
 {
     _messageRouter.Publish(_topic, ObserverNotification.CreateOnCompleted <byte[]>());
 }