Click or drag to resize

ObjectsPagingResultsT, UNextPage Method

Gets the next page of results from management server.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public Task<U> NextPage(
	CancellationToken ct = null
)
Request Example View Source

Parameters

ct (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskU
Returns the next page of results. Null if no next page to return.
See Also