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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.