public void Handle(ProjectionMessage.CoreService.Stop message)
 {
     _connection   = null;
     _correlations = null;
 }
Esempio n. 2
0
 public void Handle(ProjectionMessage.CoreService.Stop message)
 {
     _headingEventDistributionPoint.Stop();
     _stopped = true;
 }