DicomObjects.NET.V8
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 Boolean
    'Usage
     
    Dim value As Boolean
     
    DicomGlobal.UsePerformanceCounters = value
     
    value = DicomGlobal.UsePerformanceCounters
    public static bool UsePerformanceCounters {get; set;}
    public:
    static property bool UsePerformanceCounters {
       bool get();
       void set (    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.0 or higher

    See Also