IResourceMonitorBuilder 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.
Helps building the resource monitoring infrastructure.
public interface class IResourceMonitorBuilder
public interface IResourceMonitorBuilder
type IResourceMonitorBuilder = interface
Public Interface IResourceMonitorBuilder
Properties
Services |
Gets the service collection being manipulated by the builder. |
Methods
AddPublisher<T>() |
Obsolete.
Adds a resource utilization publisher that gets invoked whenever resource utilization is computed. |
Extension Methods
ConfigureMonitor(IResourceMonitorBuilder, IConfigurationSection) |
Configures the resource monitor. |
ConfigureMonitor(IResourceMonitorBuilder, Action<ResourceMonitoringOptions>) |
Configures the resource monitor. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.