TcpConnectionSetReadTimeout Method
|
Sets the read timeout on the underlying socket.
Namespace:
Zebra.Sdk.Comm
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax public override void SetReadTimeout(
int readTimeout
)
Public Overrides Sub SetReadTimeout (
readTimeout As Integer
)
public:
virtual void SetReadTimeout(
int readTimeout
) override
Parameters
- readTimeout
- Type: SystemInt32
The read timeout in milliseconds
See Also