Version: 2020.3
언어: 한국어

AsyncReadManagerMetrics.GetTotalSizeOfNonASRMReadsBytes

매뉴얼로 전환
public static ulong GetTotalSizeOfNonASRMReadsBytes (bool emptyAfterRead);

파라미터

emptyAfterRead Set 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.

반환

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.

설명

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