Share via


ITelemetryConfig.DispatchAction Property

Definition

Implementers of the interface will receive this callback when telemetry data is available. The implementation should transfer the data in ITelemetryEventPayload to a specific telemetry uploader instance.

public Action<Microsoft.Identity.Client.ITelemetryEventPayload> DispatchAction { get; }
member this.DispatchAction : Action<Microsoft.Identity.Client.ITelemetryEventPayload>
Public ReadOnly Property DispatchAction As Action(Of ITelemetryEventPayload)

Property Value

Remarks

This API is experimental and it may change in future versions of the library without an major version increment

Applies to