Table of Contents

TTMSFNCCustomCloudBase.GetRequestCount Method

Returns the number of requests matching the specified filter criteria.

API unit family: TMSFNCCloudBase Declaring type: 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.