XdsObjects Help file
XdsObjects Namespace / XdsGlobal Class / Timeout Property



In This Topic
    Timeout Property
    In This Topic
    Time to wait for incoming data during an operation
    Syntax
    Public Shared Property Timeout As Nullable(Of TimeSpan)
    Dim value As Nullable(Of TimeSpan)
     
    XdsGlobal.Timeout = value
     
    value = XdsGlobal.Timeout
    public static Nullable<TimeSpan> Timeout {get; set;}
    public:
    static property Nullable<TimeSpan> Timeout {
       Nullable<TimeSpan> get();
       void set (    Nullable<TimeSpan> value);
    }
    Remarks
    Unless explicitly set via this property, the default specified by the operating system is used.
    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