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
'Usage
Dim value As System.Integer
DicomGlobal.Timeout = value
value = DicomGlobal.Timeout
public static System.int Timeout {get; set;}
public read-write property Timeout: System.Integer; static;
public static function get,set Timeout : System.int
public: __property static System.int get_Timeout();
public: __property static void set_Timeout(
System.int value
);
public:
static property System.int Timeout {
System.int get();
void set ( System.int value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also