CheckPoint.NET
CheckPoint.NET
API Reference
Koopman.CheckPoint.Common
ObjectsPagingResults(T, U) Class
ObjectsPagingResults(T, U) Methods
GetEnumerator Method
NextPage Method
ObjectsPagingResults
T
,
U
NextPage 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#
Copy
public
Task
<U>
NextPage
(
CancellationToken
ct
=
null
)
Request Example
View Source
Parameters
ct
(Optional)
Type:
System.Threading
CancellationToken
The cancellation token.
Return Value
Type:
Task
U
Returns the next page of results. Null if no next page to return.
See Also
Reference
ObjectsPagingResults
T, U
Class
Koopman.CheckPoint.Common Namespace
Copyright (c) 2018 Tim Koopman