DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also