Class DomainTelemetryProvider
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class DomainTelemetryProvider : IDetailedTelemetryProvider
Constructors
DomainTelemetryProvider(IDomainService)
Declaration
public DomainTelemetryProvider(IDomainService domainService)
Parameters
Type |
Name |
Description |
IDomainService |
domainService |
|
Methods
GetInformation()
Declaration
public IEnumerable<UsageInformation> GetInformation()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<UsageInformation> |
|