DicomObjects.NET Core 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 Integer
    'Usage
     
    
    Dim value As Integer
     
    DicomGlobal.Timeout = value
     
    value = DicomGlobal.Timeout
    public static int Timeout {get; set;}
    public:
    static property int Timeout {
       int get();
       void set (    int value);
    }
    Remarks

    The default value is 60 (seconds)

    This corresponds to the old "Timeout" registry setting.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also