Click or drag to resize

LinkarClient Constructor

Linkar Framework for .NET and Core


Initializes a new instance of the LinkarClient class.

Namespace: Linkar.Functions.Persistent.TABLE
Assembly: Linkar.Functions.Persistent.TABLE (in Linkar.Functions.Persistent.TABLE.dll) Version: 2.3.1
Syntax
public LinkarClient(
	int receiveTimeout = 0
)

Parameters

receiveTimeout  Int32  (Optional)
Maximum time in seconds that the client will wait for a response from the server. Default = 0 to wait indefinitely. When the receiveTimeout argument is omitted in any operation, the value set here will be applied.
See Also