DicomObjects.NET.8.48 Documentation
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 System.Boolean, _
       ByVal reregister As System.Boolean _
    ) 
    'Usage
     
    
    Dim register As System.Boolean
    Dim reregister As System.Boolean
     
    DicomGlobal.RegisterPerformanceCounters(register, reregister)
    public static void RegisterPerformanceCounters( 
       System.bool register,
       System.bool reregister
    )
    public procedure RegisterPerformanceCounters( 
        register: System.Boolean;
        reregister: System.Boolean
    ); static; 
    public static function RegisterPerformanceCounters( 
       register : System.boolean,
       reregister : System.boolean
    );
    public: static void RegisterPerformanceCounters( 
       System.bool register,
       System.bool reregister
    ) 
    public:
    static void RegisterPerformanceCounters( 
       System.bool register,
       System.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.8 or higher

    See Also