| LinkarClt Constructor (Int32) |
Initializes a new instance of the
LinkarClt class
Namespace:
LinkarClient
Assembly:
LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax public LinkarClt(
int receiveTimeout
)
Public Sub New (
receiveTimeout As Integer
)
public:
LinkarClt(
int receiveTimeout
)
new :
receiveTimeout : int -> LinkarClt
Parameters
- receiveTimeout
- Type: SystemInt32
It's the maximum time in seconds that the client will keep waiting the answer by the server. By default -1 (wait indefinitely). When the receiveTimeout argument is omitted in any operation, the value set here will be applied.
See Also