ArchiveListTKey, TValueIsFileBeingUsed Method
Determines if the provided file is currently in use
by any resource.
Namespace: SnapDB.Snap.ServicesAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
Public Function IsFileBeingUsed (
sortedTree As SortedTreeTable(Of TKey, TValue)
) As Boolean
function IsFileBeingUsed(sortedTree);
- sortedTree SortedTreeTableTKey, TValue
- The SortedTreeTableTKey, TValue to search for.
Booleantrue if the specified
sortedTree is being used by this object; otherwise,
false.
This method checks if the provided sortedTree is currently in use by this object.