Click or drag to resize
ILockableOperationClient Interface
Interface for lockable operation client.

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

The ILockableOperationClient type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets or sets the unique ID by which each client is identified by.
Public propertyIsLocked
Gets a value indicating whether this ILockableOperationClient is locked.
Top
Methods
  NameDescription
Public methodLock
Locks the client given a locking provider.
Public methodUnlock
Unlocks this ILockableOperationClient.
Top
See Also