IExperimentationTelemetry2 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.
Extended Telemetry for the experimentation service.
public interface class IExperimentationTelemetry2 : Microsoft::VisualStudio::Experimentation::IExperimentationTelemetry
public interface IExperimentationTelemetry2 : Microsoft.VisualStudio.Experimentation.IExperimentationTelemetry
type IExperimentationTelemetry2 = interface
interface IExperimentationTelemetry
Public Interface IExperimentationTelemetry2
Implements IExperimentationTelemetry
- Derived
- Implements
Methods
PostEvent(String, IDictionary<String,String>) |
Opst one event with specified namd and property bag. (Inherited from IExperimentationTelemetry) |
PostFault(String, String) |
Post a fault event with name and description |
SetSharedProperty(String, String) |
Set shared property for all events. (Inherited from IExperimentationTelemetry) |