Share via


INameResolutionTelemetryConsumer Interface

Definition

A consumer of System.Net.NameResolution EventSource events.

public interface INameResolutionTelemetryConsumer
type INameResolutionTelemetryConsumer = interface
Public Interface INameResolutionTelemetryConsumer

Methods

Name Description
OnResolutionFailed(DateTime)

Called before OnResolutionStop(DateTime) if the name resolution failed.

OnResolutionStart(DateTime, String)

Called before a name resolution.

OnResolutionStop(DateTime)

Called after a name resolution.

Applies to