ArchiveListTKey, TValueIsFileBeingUsed Method

Determines if the provided file is currently in use by any resource.

Definition

Namespace: SnapDB.Snap.Services
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public bool IsFileBeingUsed(
	SortedTreeTable<TKey, TValue> sortedTree
)

Parameters

sortedTree  SortedTreeTableTKey, TValue
The SortedTreeTableTKey, TValue to search for.

Return Value

Boolean
true if the specified sortedTree is being used by this object; otherwise, false.

Remarks

This method checks if the provided sortedTree is currently in use by this object.

See Also