ITelemetryClient.Initialize Method
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.
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.