ArcFM Desktop Developer Guide
PerformanceCounterProxy Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal registrar As PerformanceCounterRegistrar, _
   ByVal definition As CounterCreationData, _
   ByVal instanceName As String _
)
'Usage
 
Dim registrar As PerformanceCounterRegistrar
Dim definition As CounterCreationData
Dim instanceName As String
 
Dim instance As New PerformanceCounterProxy(registrar, definition, instanceName)
public PerformanceCounterProxy( 
   PerformanceCounterRegistrar registrar,
   CounterCreationData definition,
   string instanceName
)

Parameters

registrar
definition
instanceName
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

PerformanceCounterProxy Class
PerformanceCounterProxy Members

 

 


Send Comment