点击或拖拽改变大小

FileMarkIdAddOperation 方法

新增一个对当前的文件的操作,如果没有读取,就直接执行,如果有读取,就等待读取完成的时候执行。
Add an operation on the current file. If there is no read, it will be executed directly. If there is a read, it will be executed when the read is completed.

命名空间:  HslCommunication.Core
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public void AddOperation(
	Action action
)

参数

action
类型:SystemAction
对当前文件的操作内容
参见