Class MetricsListNamesResponse
Inheritance
System.Object
MetricsListNamesResponse
Implements
Namespace: Steeltoe.Management.Endpoint.Metrics
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
csharp
public class MetricsListNamesResponse : object, IMetricsResponse
Constructors
| Edit this page View SourceMetricsListNamesResponse(ISet<String>)
Declaration
csharp
public MetricsListNamesResponse(ISet<string> names)
Parameters
Type | Name | Description |
---|---|---|
ISet<System. |
names |
Properties
| Edit this page View SourceNames
Declaration
csharp
public ISet<string> Names { get; }
Property Value
Type | Description |
---|---|
ISet<System. |