Click or drag to resize
ILockableOperationProvider Interface
Interface for lockable operation provider.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public interface ILockableOperationProvider

The ILockableOperationProvider type exposes the following members.

Properties
  NameDescription
Public propertyLockedClientCount
Gets the number of locked clients.
Public propertyUnlockedClientCount
Gets the number of unlocked clients.
Top
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