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