Property | Type | Description | |
---|---|---|---|
ITelemetry | void |
Method | Description | |
---|---|---|
DependencyTelemetry ( ) : System |
Initializes a new instance of the DependencyTelemetry class.
|
|
DependencyTelemetry ( string dependencyName, string commandName, DateTimeOffset startTime, System.TimeSpan duration, bool success ) : System |
Initializes a new instance of the DependencyTelemetry class with the given dependencyName, commandName, startTime, duration and success property values.
|
Method | Description | |
---|---|---|
ITelemetry ( ) : void |
Sanitizes the properties based on constraints.
|
public DependencyTelemetry ( string dependencyName, string commandName, DateTimeOffset startTime, System.TimeSpan duration, bool success ) : System | ||
dependencyName | string | |
commandName | string | |
startTime | DateTimeOffset | |
duration | System.TimeSpan | |
success | bool | |
return | System |