INameResolutionTelemetryConsumer.OnResolutionStart(DateTime, String) 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.
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.