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

Get the current size of the synchronous message store.

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

Syntax

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

Return Value

the size in bytes.

See Also