Click or drag to resize

LockerUnlock Method

Use this to unlock the item in code.

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Unlock(
	Object requestingObject,
	bool warnOnDoesntExist = false
)

Parameters

requestingObject
Type: SystemObject
The object that, if already hashed and stored, will be removed from the lock.
warnOnDoesntExist (Optional)
Type: SystemBoolean
Optionally whether or not to warn the user if requestingObject is not already in the HashSet, defaults to false
See Also