Example #1
0
 protected override void RaiseEvents()
 {
     _logger?.LogInfo("IConfiguration events invoked");
     OnAssociationConfigurationChange?.Invoke(this, EventArgs.Empty);
     OnMessageHandlerConfigurationChange?.Invoke(this, EventArgs.Empty);
 }
 protected override void RaiseEvents()
 {
     OnAssociationConfigurationChange?.Invoke(this, EventArgs.Empty);
     OnMessageHandlerConfigurationChange?.Invoke(this, EventArgs.Empty);
 }
Example #3
0
 protected override void RaiseEvents()
 {
     _logger.EnteringMethodConfiguration();
     OnAssociationConfigurationChange?.Invoke(this, EventArgs.Empty);
     OnMessageHandlerConfigurationChange?.Invoke(this, EventArgs.Empty);
 }