次の方法で共有


ITelemetryClient.Initialize Method

Definition

Perform any necessary bootstrapping for the telemetry client.

public void Initialize ();
abstract member Initialize : unit -> unit
Public Sub Initialize ()

Remarks

The expectation is that this should only be called once for the lifetime of the object however the implementation should be idempotent.

Applies to