public static int Timeout {get; set;}
public: static property int Timeout { int get(); void set ( int value); }
'Declaration Public Shared Property Timeout As Integer
'Usage Dim value As Integer DicomGlobal.Timeout = value value = DicomGlobal.Timeout
The default value is 60 (seconds)
This corresponds to the old "Timeout" registry setting.
Target Platforms: .NET CLR 4.0 or higher
DicomGlobal Class DicomGlobal Members