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

Get the current size of the asynchronous message store.

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

Syntax

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

Return Value

the size in bytes.

See Also