Click or drag to resize
ILockableBufferProviderT Methods

The ILockableBufferProviderT generic type exposes the following members.

Methods
  NameDescription
Public methodAcquireBuffer
Public methodClearAllClients
Removes all clients (locked and unlocked) and unlocks all locked clients.
(Inherited from ILockableOperationProvider.)
Public methodClearAllUnlockedClients
Clears all unlocked clients by first unlocking and then removing them.
(Inherited from ILockableOperationProvider.)
Public methodIsLocked
Checks if a particular client is locked.
(Inherited from ILockableOperationProvider.)
Public methodLockClient
Locks a particular client.
(Inherited from ILockableOperationProvider.)
Public methodTryUnlockClient
Attempts to unlock a particular client.
(Inherited from ILockableOperationProvider.)
Public methodUnlockAllClients
Unlocks all locked clients.
(Inherited from ILockableOperationProvider.)
Public methodUnlockClient
Unlocks a particular client.
(Inherited from ILockableOperationProvider.)
Top
See Also