Click or drag to resize

SessionFindSession Method

Finds a session.

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

Parameters

uid (Optional)
Type: SystemString
The UID to find. null for current session information
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