Click or drag to resize

SessionSendKeepAlive Method

Sends the keep alive.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public Task SendKeepAlive(
	CancellationToken cancellationToken = null
)
Request Example View Source

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: Task
A task that represents the asynchronous operation.
See Also