| Metric Constructor |
Initializes a new instance of the
Metric class
Namespace: Hangfire.DashboardAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public Metric(
string value
)
Public Sub New (
value As String
)
Parameters
- value
- Type: SystemString
[Missing <param name="value"/> documentation for "M:Hangfire.Dashboard.Metric.#ctor(System.String)"]
See Also