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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.