Table of Contents

Method SendHeartbeat

Namespace
Tooq.Tech.FH.ClientLib
Assembly
Tooq.Tech.FH.ClientLib.dll

SendHeartbeat(TimeSpan?)

Sends a heartbeat to server to keep conenction alive.

public (bool, HeartbeatResponse) SendHeartbeat(TimeSpan? timeout = null)

Parameters

timeout TimeSpan?

Time limit after which the Request will be cancelled.

Returns

(bool, HeartbeatResponse)