 | 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)
SyntaxICancellationsGetPendingCancellationsCountResponseType GetPendingCancellationsCount(
ICancellationsGetPendingCancellationsCountRequestType request
)
Function GetPendingCancellationsCount (
request As ICancellationsGetPendingCancellationsCountRequestType
) As ICancellationsGetPendingCancellationsCountResponseType
function GetPendingCancellationsCount(
request : ICancellationsGetPendingCancellationsCountRequestType
) : ICancellationsGetPendingCancellationsCountResponseType
function GetPendingCancellationsCount(request);
Parameters
- request
- Type: IASICancellationsGetPendingCancellationsCountRequestType
Authentication information and search parameters.
Return Value
Type:
ICancellationsGetPendingCancellationsCountResponseTypeOne or more objects representing the pending cancellations found during the search process.
See Also