Click or drag to resize

ICancellationsGetPendingCancellationsCount Method

Returns a count of pending cancellations matching one or more supplied search parameters.

Namespace:  IAS
Assembly:  Cancellations (in Cancellations.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
ICancellationsGetPendingCancellationsCountResponseType GetPendingCancellationsCount(
	ICancellationsGetPendingCancellationsCountRequestType request
)

Parameters

request
Type: IASICancellationsGetPendingCancellationsCountRequestType
Authentication information and search parameters.

Return Value

Type: ICancellationsGetPendingCancellationsCountResponseType
One or more objects representing the pending cancellations found during the search process.
See Also