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

Get the value for the total size of messages.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public long TotalBytes { get; }
Public ReadOnly Property TotalBytes As Long
public:
property long long TotalBytes {
	long long get ();
}

Return Value

the total size of messages.

See Also