点击或拖拽改变大小

IntegrationFileClientDeleteFileAsync 方法 (String)

删除服务器的文件操作,此处文件的分类为空
Delete the file operation of the server, the classification of the file is empty here

命名空间:  HslCommunication.Enthernet
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public Task<OperateResult> DeleteFileAsync(
	string fileName
)

参数

fileName
类型:SystemString
文件名称,带后缀

返回值

类型:TaskOperateResult
是否成功的结果对象
参见