DicomObjects.NET.V8
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 Integer
     
    'Usage
     
    Dim value As 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.0 or higher

    See Also