Click or drag to resize

SessionFindAllSessions Method

Finds all sessions.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public Task<SessionInfo[]> FindAllSessions(
	bool viewPublishedSessions = false,
	int limit = 500,
	IOrder order = null,
	CancellationToken cancellationToken = null
)
Request Example View Source

Parameters

viewPublishedSessions (Optional)
Type: SystemBoolean
if set to true returns published sessions.
limit (Optional)
Type: SystemInt32
The limit.
order (Optional)
Type: Koopman.CheckPoint.CommonIOrder
The order.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskSessionInfo
A task that represents the asynchronous operation. The task result contains the Array of SessionInfos
See Also