ConnectionASetReadTimeout Method 
             | 
          
        
         
            Sets the underlying read timeout value.
            
 
    Namespace: 
   Zebra.Sdk.Comm
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntaxpublic virtual void SetReadTimeout(
	int timeout
)
Public Overridable Sub SetReadTimeout ( 
	timeout As Integer
)
public:
virtual void SetReadTimeout(
	int timeout
)
Parameters
- timeout
 - Type: SystemInt32
The read timeout in milliseconds. 
Exceptions| Exception | Condition | 
|---|
| ConnectionException | If an error occurs while attempting to set the read timeout. | 
See Also