@twinfinity/core
    Preparing search index...

    Class TelemetryEvent

    Represents a telemetry event that can be use to track events.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    name: string

    The name of the telemetry event.

    Methods

    • Stops the telemetry event and tracks it with the specified custom properties. Also adds a duration in ms to the logged event properties.

      Parameters

      • OptionalcustomProperties: ICustomProperties

        Optional custom properties to be associated with the event.

      Returns void