IMeterFactory Interface
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.
A factory for creating Meter instances.
public interface class IMeterFactory : IDisposable
public interface IMeterFactory : IDisposable
type IMeterFactory = interface
interface IDisposable
Public Interface IMeterFactory
Implements IDisposable
- Implements
Remarks
Meter factories will be accountable for the following responsibilities:
- Creating a new meter.
- Attaching the factory instance as a scope to the Meter constructor for all created Meter objects.
- Storing created meters in a cache and returning a cached instance if a meter with the same parameters (name, version, and tags) is requested.
- Disposing of all cached Meter objects upon factory disposal.
Methods
Create(MeterOptions) |
Creates a new Meter instance. |
Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
Extension Methods
Create(IMeterFactory, String, String, IEnumerable<KeyValuePair<String,Object>>) |
Creates a Meter with the specified |
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.