SystemInfoDefaultTimeout Property

CVB.Net Documentation
Default timeout setting to be used by drivers.

Namespace:  Stemmer.Cvb.Utilities
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static UsTimeSpan DefaultTimeout { get; set; }

Property Value

Type: UsTimeSpan
Exceptions

ExceptionCondition
IOExceptionIf the default timeout could not be read from or written to the registry
UnauthorizedAccessExceptionwhen trying to set this properties while the application that tries to set the property does not have administrative privileges.
Remarks

Note that for setting this property administrative privileges are required, which means that the application must have been started using "Launch as Administrator" on Windows Vista or 7 if UAC is enabled, otherwise an exception will occur.
See Also

Reference