Click or drag to resize

SessionSwitchSession Method

Switch to another session.

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

Parameters

uid
Type: SystemString
The UID to switch to.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskSessionInfo
A task that represents the asynchronous operation. The task result contains the SessionInfo object
See Also