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

Get the rate at which messages are being read from the disk.

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

Syntax

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

Return Value

the bytes per second.

See Also