IntegrationFileClientDeleteFileAsync 方法 (String) |
删除服务器的文件操作,此处文件的分类为空
Delete the file operation of the server, the classification of the file is empty here
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Task<OperateResult> DeleteFileAsync(
string fileName
)
Public Function DeleteFileAsync (
fileName As String
) As Task(Of OperateResult)
public:
Task<OperateResult^>^ DeleteFileAsync(
String^ fileName
)
member DeleteFileAsync :
fileName : string -> Task<OperateResult>
参数
- fileName
- 类型:SystemString
文件名称,带后缀
返回值
类型:
TaskOperateResult是否成功的结果对象
参见