| LinkarClient Constructor |
Linkar Framework .NET (Core and Framework)
Initializes a new instance of the LinkarClient class.
Namespace: Linkar.Functions.PersistentAssembly: Linkar.Functions.Persistent (in Linkar.Functions.Persistent.dll) Version: 2.3.1
Syntax public LinkarClient(
int receiveTimeout = 0
)
Public Sub New (
Optional receiveTimeout As Integer = 0
)
public:
LinkarClient(
int receiveTimeout = 0
)
new :
?receiveTimeout : int
(* Defaults:
let _receiveTimeout = defaultArg receiveTimeout 0
*)
-> LinkarClient
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