IntegrationFileClientDeleteFileAsync 方法 (String) | 
 
            删除服务器的文件操作,此处文件的分类为空
            Delete the file operation of the server, the classification of the file is empty here
            
 
        命名空间: 
     HslCommunication.Enthernet
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.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是否成功的结果对象
参见