ITelemetryProducer.TrackDependency Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.
[System.Obsolete("This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.")]
public void TrackDependency (string name, string commandName, DateTimeOffset startTime, TimeSpan duration, bool success);
[<System.Obsolete("This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.")>]
abstract member 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)
Parametri
- name
- String
- commandName
- String
- startTime
- DateTimeOffset
- duration
- TimeSpan
- success
- Boolean
- Attributi