Click or drag to resize

FileGetProcessForFileLockTransacted Method

Overload List
  NameDescription
Public methodStatic memberGetProcessForFileLockTransacted(KernelTransaction, CollectionString)
[AlphaFS] Gets a list of processes that have a lock on the file(s) specified by filePaths.

 

Return Value

Type: 

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.

Public methodStatic memberGetProcessForFileLockTransacted(KernelTransaction, String)
[AlphaFS] Gets a list of processes that have a lock on the files specified by filePath.

 

Return Value

Type: 

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.

Public methodStatic memberGetProcessForFileLockTransacted(KernelTransaction, CollectionString, PathFormat)
[AlphaFS] Gets a list of processes that have a lock on the file(s) specified by filePaths.

 

Return Value

Type: 

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.

Public methodStatic memberGetProcessForFileLockTransacted(KernelTransaction, String, PathFormat)
[AlphaFS] Gets a list of processes that have a lock on the files specified by filePath.

 

Return Value

Type: 

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.

Top
See Also