Table of Contents

TTMSMCPCloudBase.GetRequestCount Method

Returns the number of requests matching the specified filter criteria.

API unit family: TMS.MCP.CloudBase Declaring type: TTMSMCPCloudBase Inherited from: TTMSMCPCustomCloudBase

Syntax

function GetRequestCount(const IsRunning: Boolean = False; const ARequestName: string = ''): Integer; virtual;

Parameters

Name Description
IsRunning When True, counts only actively running requests.
ARequestName When non-empty, restricts counting to requests with this name.

Returns

The count of requests matching the filter.