Click or drag to resize

SessionFindAllTimeGroups Method (String, Boolean, DetailLevels, Int32, IOrder, CancellationToken)

Finds all time groups that match filter.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public Task<TimeGroup[]> FindAllTimeGroups(
	string filter,
	bool ipOnly = false,
	DetailLevels detailLevel = DetailLevels.Standard,
	int limit = 500,
	IOrder order = null,
	CancellationToken cancellationToken = null
)
Request Example View Source

Parameters

filter
Type: SystemString
The filter.
ipOnly (Optional)
Type: SystemBoolean
if set to true will search objects by their IP address only, without involving the textual search.
detailLevel (Optional)
Type: Koopman.CheckPointDetailLevels
The detail level.
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: TaskTimeGroup
A task that represents the asynchronous operation. The task result contains the Array of TimeGroups
See Also