点击或拖拽改变大小

LogPathBaseOnWriteCompleted 方法

当写入文件完成的时候触发,这时候已经释放了文件的句柄了。
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 override void OnWriteCompleted(
	bool createNewLogFile
)

参数

createNewLogFile
类型:SystemBoolean

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

参见