2.2.2.3.3 SHOW_LIMIT

The SHOW_LIMIT enumeration specifies the minimum age required of a transaction in order to be tracked by the Management Server and reported to the Management Client (see section 3.3.6.1).

 typedef  enum 
 {
   SHOW_5_MIN = 0x00000000,
   SHOW_1_MIN = 0x00000001,
   SHOW_30_SEC = 0x00000002,
   SHOW_10_SEC = 0x00000003,
   SHOW_1_SEC = 0x00000004
 } SHOW_LIMIT;

SHOW_5_MIN:  A 5-minute minimum transaction age MUST be used.

SHOW_1_MIN:  A 1-minute minimum transaction age MUST be used.

SHOW_30_SEC:  A 30-second minimum transaction age MUST be used.

SHOW_10_SEC:  A 10-second minimum transaction age MUST be used.

SHOW_1_SEC:  A 1-second minimum transaction age MUST be used.