INameResolutionTelemetryConsumer.OnResolutionStart(DateTime, String) Method

Definition

Called before a name resolution.

public virtual void OnResolutionStart(DateTime timestamp, string hostNameOrAddress);
abstract member OnResolutionStart : DateTime * string -> unit
override this.OnResolutionStart : DateTime * string -> unit
Public Overridable Sub OnResolutionStart (timestamp As DateTime, hostNameOrAddress As String)

Parameters

timestamp
DateTime

Timestamp when the event was fired.

hostNameOrAddress
String

Host name or address we are resolving.

Applies to