[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get or set the detailed statistics flags.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public int DetailedStatistics { get; set; } |
Public Property DetailedStatistics As Integer |
public: property int DetailedStatistics { int get (); void set (int value); } |
Return Value
the detailed statistics flags.
Remarks
any combination of DETAIL_PRODUCERS, DETAIL_CONSUMERS,
DETAIL_ROUTES and DETAIL_CHANNELS flags combined by the bitwise
OR operator (|). If value is 0, gathering of all detailed
statistics are disabled.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | if value contains invalid flags. |