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.
|
|
static |
Send information about a request handled by the application.
telemetryHelper | The ITelemetryHelper being extended.s |
name | The request name. |
token | The token with user identifiable information. |
startTime | The time when the page was requested. |
duration | The time taken by the application to handle the request. |
responseCode | The response status code. |
wasSuccessfull | True if the request was handled successfully by the application. |
properties | Named string values you can use to search and classify events. |