API Reference
Interface
IUsageTelemetryProviderDescriptor
Describes a provider that can contribute one or more usage adapters.
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Methods
public abstract IReadOnlyList<IUsageTelemetryAdapter> CreateAdapters() #Returns:
IReadOnlyList<IUsageTelemetryAdapter>Creates adapters exposed by this provider.
Properties
public abstract String ProviderId { get; } #Gets the stable provider identifier.