Click or drag to resize

LinkarClt Constructor (Int32)

Initializes a new instance of the LinkarClt class

Namespace:  LinkarClient
Assemblies:   LinkarClientCore (in LinkarClientCore.dll) Version: 2.1.0.0
  LinkarClientMono (in LinkarClientMono.dll) Version: 2.1.0.0 (2.1.0.0)
  LinkarClient (in LinkarClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public LinkarClt(
	int receiveTimeout
)

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