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

Get the average time (in seconds) a write call takes. This measurement is not available when the store is asynchronous.

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

Syntax

public double AverageWriteTime { get; }
Public ReadOnly Property AverageWriteTime As Double
public:
property double AverageWriteTime {
	double get ();
}

Return Value

average time (in seconds) per write call. Always 0 when store is in asynchronous mode.

See Also