PerformanceCounterMultipleInstanceWithAutoUpdateTotal.GetInstance Method (String)
This member overrides PerformanceCounterMultipleInstance.GetInstance(String).
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Overrides Function GetInstance ( _
instanceName As String _
) As PerformanceCounterInstance
'Usage
Dim instance As PerformanceCounterMultipleInstanceWithAutoUpdateTotal
Dim instanceName As String
Dim returnValue As PerformanceCounterInstance
returnValue = instance.GetInstance(instanceName)
public override PerformanceCounterInstance GetInstance(
string instanceName
)
Parameters
- instanceName
Type: System.String
Return Value
Type: PerformanceCounterInstance