| UnboundedPriorityMessageQueueLockedCount Property |
Unsafe method for computing the underlying message count.
Namespace:
Akka.Dispatch.MessageQueues
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected override int LockedCount { get; }
abstract LockedCount : int with get
override LockedCount : int with get
Property Value
Type:
Int32Remarks
Called from within a synchronization mechanism.
See Also