点击或拖拽改变大小

LogNetBaseOnWriteCompleted 方法

当写入文件完成的时候触发,这时候已经释放了文件的句柄了。
Triggered when writing to the file is complete, and the file handle has been released.

命名空间:  HslCommunication.LogNet
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
protected virtual void OnWriteCompleted(
	bool createNewLogFile
)

参数

createNewLogFile
类型:SystemBoolean

[缺少 "M:HslCommunication.LogNet.LogNetBase.OnWriteCompleted(System.Boolean)" 的 <param name="createNewLogFile"/> 文档]

参见