Class DomainTelemetryProvider
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Telemetry.Providers
Assembly: Umbraco.Infrastructure.dll
Syntax
public class DomainTelemetryProvider : IDetailedTelemetryProvider
Constructors
View SourceDomainTelemetryProvider(IDomainService)
Declaration
public DomainTelemetryProvider(IDomainService domainService)
Parameters
| Type | Name | Description |
|---|---|---|
| IDomain |
domainService |
Methods
View SourceGetInformation()
Declaration
public IEnumerable<UsageInformation> GetInformation()
Returns
| Type | Description |
|---|---|
| IEnumerable<Usage |