点击或拖拽改变大小

NetworkFileServerBaseGetFileMarksFromDictionaryWithFileName 方法

获取当前文件的读写锁,如果没有会自动创建,文件名应该是guid文件名,例如 b35a11ec533147ca80c7f7d1713f015b7909
Acquire the read-write lock of the current file. If not, it will be created automatically. The file name should be the guid file name, for example, b35a11ec533147ca80c7f7d1713f015b7909

命名空间:  HslCommunication.Core.Net
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
protected FileMarkId GetFileMarksFromDictionaryWithFileName(
	string fileName
)

参数

fileName
类型:SystemString
完整的文件路径

返回值

类型:FileMarkId
返回携带文件信息的读写锁
参见