CQRS.NET  2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Configuration.ITelemetryHelperExtensions Member List

This is the complete list of members for Cqrs.Configuration.ITelemetryHelperExtensions, including all inherited members.

TrackRequest(this ITelemetryHelper telemetryHelper, string name, Guid? token, DateTimeOffset startTime, TimeSpan duration, string responseCode, bool wasSuccessfull, IDictionary< string, string > properties=null)Cqrs.Configuration.ITelemetryHelperExtensionsstatic
TrackRequest(this ITelemetryHelper telemetryHelper, string name, int? token, DateTimeOffset startTime, TimeSpan duration, string responseCode, bool wasSuccessfull, IDictionary< string, string > properties=null)Cqrs.Configuration.ITelemetryHelperExtensionsstatic
TrackRequest(this ITelemetryHelper telemetryHelper, string name, string token, DateTimeOffset startTime, TimeSpan duration, string responseCode, bool wasSuccessfull, IDictionary< string, string > properties=null)Cqrs.Configuration.ITelemetryHelperExtensionsstatic
TrackRequest< TAuthenticationToken >(this ITelemetryHelper telemetryHelper, string name, TAuthenticationToken token, DateTimeOffset startTime, TimeSpan duration, string responseCode, bool wasSuccessfull, IDictionary< string, string > properties=null)Cqrs.Configuration.ITelemetryHelperExtensionsstatic