FileGetProcessForFileLockTransacted Method |
Name | Description | |
---|---|---|
GetProcessForFileLockTransacted(KernelTransaction, CollectionString) | [AlphaFS] Gets a list of processes that have a lock on the file(s) specified by filePaths.
Return ValueType:Returns null when no processes found that are locking the file(s) specified by filePaths. Returns a list of processes locking the file(s) specified by filePaths. | |
GetProcessForFileLockTransacted(KernelTransaction, String) | [AlphaFS] Gets a list of processes that have a lock on the files specified by filePath.
Return ValueType:Returns null when no processes found that are locking the file specified by filePath. Returns a list of processes locking the file specified by filePath. | |
GetProcessForFileLockTransacted(KernelTransaction, CollectionString, PathFormat) | [AlphaFS] Gets a list of processes that have a lock on the file(s) specified by filePaths.
Return ValueType:Returns null when no processes found that are locking the file(s) specified by filePaths. Returns a list of processes locking the file(s) specified by filePaths. | |
GetProcessForFileLockTransacted(KernelTransaction, String, PathFormat) | [AlphaFS] Gets a list of processes that have a lock on the files specified by filePath.
Return ValueType:Returns null when no processes found that are locking the file specified by filePath. Returns a list of processes locking the file specified by filePath. |