ITelemetryConfig.DispatchAction Property
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.
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