| IExceptionManagerNextPage Method |
Gets the next page of exceptions
Namespace:
EdaIntegrationContract.Exceptions
Assembly:
EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax IEnumerable<IExceptionItem> NextPage(
int lastItemId,
int pageSize,
IExceptionFilter filter = null
)
Parameters
- lastItemId
- Type: SystemInt32
The id of the last exception item, page starts with the next exception - pageSize
- Type: SystemInt32
The number of exceptions to return - filter (Optional)
- Type: EdaIntegrationContract.ExceptionsIExceptionFilter
The filter to apply
Return Value
Type:
IEnumerableIExceptionItemList of exceptions
See Also