Configuration.WithTelemetryEnabled method

Updates the configuration with telemetry enabled or disabled.

public Configuration WithTelemetryEnabled(bool isEnabled = true)
parameter description
isEnabled If true, then enables telemetry.

See Also