Click or drag to resize
ILockableOperationProvider Methods

The ILockableOperationProvider type exposes the following members.

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