Click or drag to resize

PerformanceCounterEventSubscriber Constructor

Initializes a new instance of the PerformanceCounterEventSubscriber class.

Namespace:  MongoDB.Driver.Core.Events.Diagnostics
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax
public PerformanceCounterEventSubscriber(
	string applicationName
)

Parameters

applicationName
Type: SystemString
The name of the application.
See Also