[TIBCO.EMS .NET Admin client library 6.3 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 DiskReadOperationsRate { get; }
Public ReadOnly Property DiskReadOperationsRate As Long
public:
property long long DiskReadOperationsRate {
	long long get ();
}

Return Value

the operations per second.

See Also