Interface IMetricsResult
- Namespace
- PushTechnology.ClientInterface.Client.Features.Metrics
- Assembly
- Diffusion.Client.dll
The result of a fetch metrics operation, initiated by a IMetricsRequest.
public interface IMetricsResult
Remarks
Since 6.10.
Properties
ServerNames
A list of server names for which the result has metrics.
HashSet<string> ServerNames { get; }
Property Value
Remarks
The names may be used with GetMetrics(string).
Methods
GetMetrics(string)
The metrics for a server.
List<IMetricSampleCollection> GetMetrics(string serverName)
Parameters
serverNamestringThe name of the server.
Returns
- List<IMetricSampleCollection>
The metrics for the server.