Click or drag to resize

IClaimsGetPendingClaimsList Method

Returns a set of claims, with high level information only, matching a particular set of search parameters.

Namespace:  IAS
Assembly:  Claims (in Claims.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IClaimsGetPendingClaimsListResponseType GetPendingClaimsList(
	IClaimsGetPendingClaimsListRequestType request
)

Parameters

request
Type: IASIClaimsGetPendingClaimsListRequestType
Specifies parameters needed for locating a claim or set of claims.

Return Value

Type: IClaimsGetPendingClaimsListResponseType
A listing of up to twenty claims matching the search parameters.
See Also