[TIBCO.EMS .NET Admin client library 6.0 documentation]

Get or set the detailed statistics flags.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

ExceptionCondition
System..::.ArgumentException if value contains invalid flags.

See Also