| LinkarClient Constructor |
Linkar Framework for .NET and Core
Initializes a new instance of the LinkarClt class.
Namespace: Linkar.Commands.PersistentAssembly: Linkar.Commands (in Linkar.Commands.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