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

In This Topic
    Timeout Property
    In This Topic
    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
    public static System.int Timeout {get; set;}
    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