Click or drag to resize
FileDebugLogReadEnd Method
Logs end of the read operation (logs the total size).

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public static void LogReadEnd(
	int size
)

Parameters

size
Type: SystemInt32
Size to log
See Also