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






    Timeout Property
    The period of time that a network operation will wait if there is no response from the peer
    Syntax
    'Declaration
     
    
    Public Shared Property Timeout As System.Integer
     
    'Usage
     
    
    Dim value As System.Integer
     
    DicomGlobal.Timeout = value
     
    value = DicomGlobal.Timeout
    Remarks

    The default value is 60 (seconds)

    This corresponds to the old "Timeout" registry setting.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also