TelemetrySessionCommandLineExtensions Class

Definition

Extension methods for TelemetrySession to post command line arguments.

public ref class TelemetrySessionCommandLineExtensions abstract sealed
public static class TelemetrySessionCommandLineExtensions
type TelemetrySessionCommandLineExtensions = class
Public Module TelemetrySessionCommandLineExtensions
Inheritance
TelemetrySessionCommandLineExtensions

Methods

PostCommandLineFlags(TelemetrySession, IEnumerable<String>, IDictionary<String,Object>)

Queues a telemetry event with command line flags information with additional properties to be posted to the server. Only command line flags (identified by the given prefixes) will be included.

PostCommandLineFlags(TelemetrySession, String[])

Queues a telemetry event with command line flags information to be posted to the server. Only command line flags (identified by the given prefixes) will be included.

Applies to