Click or drag to resize

SessionFindTimeGroups Method (DetailLevels, Int32, Int32, IOrder, CancellationToken)

Finds time groups.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public Task<NetworkObjectsPagingResults<TimeGroup>> FindTimeGroups(
	DetailLevels detailLevel = DetailLevels.Standard,
	int limit = 50,
	int offset = 0,
	IOrder order = null,
	CancellationToken cancellationToken = null
)
Request Example View Source

Parameters

detailLevel (Optional)
Type: Koopman.CheckPointDetailLevels
The detail level to return.
limit (Optional)
Type: SystemInt32
The limit.
offset (Optional)
Type: SystemInt32
The offset.
order (Optional)
Type: Koopman.CheckPoint.CommonIOrder
The order.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskNetworkObjectsPagingResultsTimeGroup
A task that represents the asynchronous operation. The task result contains the NetworkObjectsPagingResults of TimeGroups
See Also