CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Configuration.ConfigurationExtensions Class Reference

A collection of extension methods for IConfigurationManager. More...

Static Public Member Functions

static ITelemetryHelper CreateTelemetryHelper (this IConfigurationManager configurationManager, string configurationKey, IDependencyResolver dependencyResolver)
 Creates an instance of ITelemetryHelper if the value for configurationKey is true. More...
 
static ITelemetryHelper CreateTelemetryHelper (this IConfigurationManager configurationManager, string configurationKey, ICorrelationIdHelper correlationIdHelper)
 Creates an instance of ITelemetryHelper if the value for configurationKey is true. More...
 

Detailed Description

A collection of extension methods for IConfigurationManager.