IRemoteSettingsTelemetry Interface
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.
Interface that describes the Telemetry operations Remote Settings will use.
public interface class IRemoteSettingsTelemetry
public interface IRemoteSettingsTelemetry
type IRemoteSettingsTelemetry = interface
Public Interface IRemoteSettingsTelemetry
Methods
CreateActivity(String) |
Creates a Telemetry Activity with the specified name. |
PostEvent(String, IDictionary<String,Object>) |
Posts the named event and properties to Telemetry. |