AsyncReadManagerMetrics.GetTotalSizeOfNonASRMReadsBytes

Cambiar al Manual
public static ulong GetTotalSizeOfNonASRMReadsBytes (bool emptyAfterRead);

Parámetros

emptyAfterReadSet to true to reset the underlying data counter to zero after calling this function. Set to false if you want each call to this function to return the running, cumulative total.

Valor de retorno

ulong Number of bytes of data read through systems other than the AsyncReadManager since you started metrics collection or you cleared this data counter by setting emptyAfterRead to true.

Descripción

Returns the amount of data (in bytes) read through systems other than the AsyncReadManager.