| 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.5.1.0 (12.5.1.0)
 语法
语法public void AddOperation(
	Action action
)
Public Sub AddOperation ( 
	action As Action
)
public:
void AddOperation(
	Action^ action
)
member AddOperation : 
        action : Action -> unit 
参数
- action
- 类型:SystemAction
 对当前文件的操作内容
 参见
参见