Truncates the log file to the last nn kilobytes.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void Truncate(
int kbLength
)
Sub Truncate (
kbLength As Integer
)
void Truncate(
int kbLength
)
abstract Truncate :
kbLength : int -> unit
Parameters
- kbLength
- Type: SystemInt32
The number of kilobytes to preserve at the end of the file.
See Also