Namespace:
MongoDB.Driver.Core.Events.Diagnostics
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntaxpublic PerformanceCounterEventSubscriber(
string applicationName
)
Public Sub New (
applicationName As String
)
new :
applicationName : string -> PerformanceCounterEventSubscriber
Parameters
- applicationName
- Type: SystemString
The name of the application.
See Also