LockableOperationProviderLockedClientCount Property |
Gets the amount of locked clients.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int LockedClientCount { get; }
Public ReadOnly Property LockedClientCount As Integer
Get
public:
virtual property int LockedClientCount {
int get () sealed;
}
abstract LockedClientCount : int with get
override LockedClientCount : int with get
Property Value
Type:
Int32
The number of locked clients.
Implements
ILockableOperationProviderLockedClientCount
See Also