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

Get the rate at which messages are being written to the disk.

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

Syntax

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

Return Value

the bytes per second.

See Also