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 Class Reference

Static Public Member Functions

static void TrackRequest< TAuthenticationToken > (this ITelemetryHelper telemetryHelper, string name, TAuthenticationToken token, DateTimeOffset startTime, TimeSpan duration, string responseCode, bool wasSuccessfull, IDictionary< string, string > properties=null)
 Send information about a request handled by the application. More...
 
static void TrackRequest (this ITelemetryHelper telemetryHelper, string name, Guid? token, DateTimeOffset startTime, TimeSpan duration, string responseCode, bool wasSuccessfull, IDictionary< string, string > properties=null)
 Send information about a request handled by the application. More...
 
static void TrackRequest (this ITelemetryHelper telemetryHelper, string name, int? token, DateTimeOffset startTime, TimeSpan duration, string responseCode, bool wasSuccessfull, IDictionary< string, string > properties=null)
 Send information about a request handled by the application. More...
 
static void TrackRequest (this ITelemetryHelper telemetryHelper, string name, string token, DateTimeOffset startTime, TimeSpan duration, string responseCode, bool wasSuccessfull, IDictionary< string, string > properties=null)
 Send information about a request handled by the application. More...