LogPathBaseOnWriteCompleted 方法 |
当写入文件完成的时候触发,这时候已经释放了文件的句柄了。
Triggered when writing to the file is complete, and the file handle has been released.
命名空间:
HslCommunication.LogNet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected override void OnWriteCompleted(
bool createNewLogFile
)
Protected Overrides Sub OnWriteCompleted (
createNewLogFile As Boolean
)
protected:
virtual void OnWriteCompleted(
bool createNewLogFile
) override
abstract OnWriteCompleted :
createNewLogFile : bool -> unit
override OnWriteCompleted :
createNewLogFile : bool -> unit
参数
- createNewLogFile
- 类型:SystemBoolean
[缺少 "M:HslCommunication.LogNet.LogPathBase.OnWriteCompleted(System.Boolean)" 的 <param name="createNewLogFile"/> 文档]
参见