nn::nex::ApiCallSummary Class

Syntax

class ApiCallSummary

Description

Class for stored API call information.

Member Functions

ApiCallSummary Constructor.
V ~ApiCallSummary Destructor.
GetMethodName Gets the function name.
GetResult Returns the result of the call frequency limit check.
GetPeriod Returns the standard period (in seconds) for the function call frequency that is stipulated by the guidelines.
GetLimit Returns the standard function call frequency that is stipulated by the guidelines.
GetCallStartTime Returns the time of the first function call that exceeds the standard call frequency.
GetCount Returns the number of function calls in excess of the standard value, when exceeded.
GetTotalCount Returns the total number of times functions were called.

Revision History

2012/06/26
Initial version.

CONFIDENTIAL