TTMSFNCCloudBase.GetRequestCount Method
Returns the number of requests matching the specified filter criteria.
API unit family: TMSFNCCloudBase
Declaring type: TTMSFNCCloudBase
Inherited from: TTMSFNCCustomCloudBase
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.