TelemetryAPI Class
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.
public ref class TelemetryAPI abstract sealed
public ref class TelemetryAPI abstract sealed
class TelemetryAPI abstract sealed
public static class TelemetryAPI
type TelemetryAPI = class
Public Class TelemetryAPI
- Inheritance
-
TelemetryAPI
Methods
| Name | Description |
|---|---|
| TraceMessage<T>(String, T) |
Public API to expose Telemetry in PowerShell Provide meaningful message. Ex: PSCONSOLE_START, PSRUNSPACE_START arguments are of anonymous type. Ex: new { PSVersion = "5.0", PSRemotingProtocolVersion = "2.2"} |