Logger.TrackRequest(String, DateTimeOffset, TimeSpan, String, Boolean) 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 abstract void TrackRequest (string name, DateTimeOffset startTime, TimeSpan duration, string responseCode, bool success);
abstract member TrackRequest : string * DateTimeOffset * TimeSpan * string * bool -> unit
Public MustOverride Sub TrackRequest (name As String, startTime As DateTimeOffset, duration As TimeSpan, responseCode As String, success As Boolean)
Parameters
- name
- String
- startTime
- DateTimeOffset
- duration
- TimeSpan
- responseCode
- String
- success
- Boolean