DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / UsePerformanceCounters Property






In This Topic
    UsePerformanceCounters Property
    In This Topic
    Controls use of specific performance counters for DicomObjects
    Syntax
    'Declaration
     
    
    Public Shared Property UsePerformanceCounters As System.Boolean
    'Usage
     
    
    Dim value As System.Boolean
     
    DicomGlobal.UsePerformanceCounters = value
     
    value = DicomGlobal.UsePerformanceCounters
    public static System.bool UsePerformanceCounters {get; set;}
    public read-write property UsePerformanceCounters: System.Boolean; static; 
    public static function get,set UsePerformanceCounters : System.boolean
    public: __property static System.bool get_UsePerformanceCounters();
    public: __property static void set_UsePerformanceCounters( 
       System.bool value
    );
    public:
    static property System.bool UsePerformanceCounters {
       System.bool get();
       void set (    System.bool value);
    }
    Remarks
    These are only designed for specialist diagnostic use, and this should only be set to true on request from Medical Connections support.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also