| title | class TelemetryDelegate |
|---|---|
| description | Documents the telemetrydelegate::undefined class of the Microsoft Information Protection (MIP) SDK. |
| author | msmbaldwin |
| ms.service | information-protection |
| ms.topic | reference |
| ms.author | mbaldwin |
| ms.date | 11/07/2023 |
A class that defines the interface to the MIP SDK telemetry notifications.
| Members | Descriptions |
|---|---|
| public void WriteEvent(const std::shared_ptr<TelemetryEvent>& event) | Log a diagnostic event. |
| public void WriteEvent(const std::shared_ptr<TelemetryEvent>& event, const mip::EventContext& eventContext) | Log a diagnostic event. |
| public void Flush() | Flush any queued events (e.g. due to shutdown) |
Log a diagnostic event.
Parameters:
- event: Event to be logged
Log a diagnostic event.
Parameters:
-
event: Event to be logged
-
eventContext: EventContext associated with event
Flush any queued events (e.g. due to shutdown)