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.
|
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.ITelemetryHelperExtensions | static |
TrackRequest(this ITelemetryHelper telemetryHelper, string name, int? token, DateTimeOffset startTime, TimeSpan duration, string responseCode, bool wasSuccessfull, IDictionary< string, string > properties=null) | Cqrs.Configuration.ITelemetryHelperExtensions | static |
TrackRequest(this ITelemetryHelper telemetryHelper, string name, string token, DateTimeOffset startTime, TimeSpan duration, string responseCode, bool wasSuccessfull, IDictionary< string, string > properties=null) | Cqrs.Configuration.ITelemetryHelperExtensions | static |
TrackRequest< TAuthenticationToken >(this ITelemetryHelper telemetryHelper, string name, TAuthenticationToken token, DateTimeOffset startTime, TimeSpan duration, string responseCode, bool wasSuccessfull, IDictionary< string, string > properties=null) | Cqrs.Configuration.ITelemetryHelperExtensions | static |