Meter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Meter(String) |
Initializes a new instance of the Meter class. |
Meter(String, String) |
Initializes a new instance of the Meter class. |
Meter(String)
Meter(String, String)
Initializes a new instance of the Meter class.
public Meter (string name, string version);
new Microsoft.VisualStudio.Telemetry.Metrics.Meter : string * string -> Microsoft.VisualStudio.Telemetry.Metrics.Meter
Public Sub New (name As String, version As String)
Parameters
- name
- String
The Meter name.
- version
- String
The optional Meter version.