DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / UsePerformanceCounters Property



    UsePerformanceCounters Property
    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
    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