DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / RegisterPerformanceCounters Method

If true, Performance Counters are registered

If true, Performance Counters are removed and re-registered




In This Topic
    RegisterPerformanceCounters Method
    In This Topic
    Specialised use for purely diagnostics purposes. Contact support@medicalconnections.co.uk for more information.
    Syntax
    'Declaration
     
    Public Shared Sub RegisterPerformanceCounters( _
       ByVal register As Boolean, _
       ByVal reregister As Boolean _
    ) 
    'Usage
     
    Dim register As Boolean
    Dim reregister As Boolean
     
    DicomGlobal.RegisterPerformanceCounters(register, reregister)
    public static void RegisterPerformanceCounters( 
       bool register,
       bool reregister
    )
    public:
    static void RegisterPerformanceCounters( 
       bool register,
       bool reregister
    ) 

    Parameters

    register

    If true, Performance Counters are registered

    reregister

    If true, Performance Counters are removed and re-registered

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also