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); }
protected override void RaiseEvents() { _logger.EnteringMethodConfiguration(); OnAssociationConfigurationChange?.Invoke(this, EventArgs.Empty); OnMessageHandlerConfigurationChange?.Invoke(this, EventArgs.Empty); }