Goto: 4C Home | 4C Docs | 4C External Libraries Home | FCCom Home | FCCom Function List Count()

Count()

Purpose:
FCCom::Count() returns the total number of currently allocated connections for the 4csrvr process.
Usage:
FCCom::Count();
Arguments:

None
Returns:
integer - count of currently allocated connections
Where Used:
FCCom::Count() can be called from anywhere.
Example:
Example
Description:
FCComm::Count() returns the count of currently allocated connections.
See Also:
FCCom Function List


Back to Top