Unlock
TheUnlockmethod unlocks this storage unit.
void Unlock (in ODStorageUnitKey key);
key- The storage unit key acquired from the
Lockmethod.DISCUSSION
Every thread must acquire the storage unit key for multithreading support.EXCEPTIONS
kODErrInvalidStorageUnitKey- The specified storage unit key is not valid.
kODErrStorageUnitNotLocked- This storage unit is not locked.
SEE ALSO
TheODStorageUnitKeytype (page 903).
TheODStorageUnit::Lockmethod (page 706).