IMeterFactory.Create(MeterOptions) Method
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.
Creates a new Meter instance.
public:
System::Diagnostics::Metrics::Meter ^ Create(System::Diagnostics::Metrics::MeterOptions ^ options);
public System.Diagnostics.Metrics.Meter Create (System.Diagnostics.Metrics.MeterOptions options);
abstract member Create : System.Diagnostics.Metrics.MeterOptions -> System.Diagnostics.Metrics.Meter
Public Function Create (options As MeterOptions) As Meter
Parameters
- options
- MeterOptions
The MeterOptions to use when creating the meter.
Returns
A new Meter instance.
Remarks
The Meter instance returned by this method should be cached by the factory and returned for subsequent requests for a meter with the same parameters (name, version, and tags).
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.