IExperimentationTelemetry3 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 IExperimentationTelemetry3 : Microsoft.VisualStudio.Experimentation.IExperimentationTelemetry2
type IExperimentationTelemetry3 = interface
interface IExperimentationTelemetry2
interface IExperimentationTelemetry
Public Interface IExperimentationTelemetry3
Implements IExperimentationTelemetry2
- Implements
Methods
PostEvent(String, IDictionary<String,Object>) |
Opst one event with specified namd and property bag. |
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 (Inherited from IExperimentationTelemetry2) |
SetSharedProperty(String, Object) |
Set shared property for all events. |
SetSharedProperty(String, String) |
Set shared property for all events. (Inherited from IExperimentationTelemetry) |