Click or drag to resize

IDatabaseUnlock Method

Removes a lock

Namespace:  EBP.Api.Interfaces.Database
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
void Unlock(
	ILock lockToRemove
)

Parameters

lockToRemove
Type: EBP.Api.Interfaces.DatabaseILock
the lock to remove
See Also