Click or drag to resize
IIdmNetClientGetPagedResultsAsync Method (Int32, PagingContext)
Pull resources from Identity Manager

Namespace: IdmNet
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
Task<PagedSearchResults> GetPagedResultsAsync(
	int pageSize,
	PagingContext pagingContext
)

Parameters

pageSize
Type: SystemInt32
Maximum number of records to return
pagingContext
Type: IdmNet.SoapModelsPagingContext
Information regarding which records to pull

Return Value

Type: TaskPagedSearchResults
Paged search results
Exceptions
ExceptionCondition
SoapFaultException
See Also