Click or drag to resize

SessionContinueSessionInSmartconsole Method

Logout of session and continue the session in smartconsole.

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

Parameters

uid (Optional)
Type: SystemString
The session uid. null for current session.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

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