TelemetryManager.TrackDependency Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public void TrackDependency (string name, string commandName, DateTimeOffset startTime, TimeSpan duration, bool success);
abstract member TrackDependency : string * string * DateTimeOffset * TimeSpan * bool -> unit
override this.TrackDependency : string * string * DateTimeOffset * TimeSpan * bool -> unit
Public Sub TrackDependency (name As String, commandName As String, startTime As DateTimeOffset, duration As TimeSpan, success As Boolean)
Parameters
- name
- String
- commandName
- String
- startTime
- DateTimeOffset
- duration
- TimeSpan
- success
- Boolean