| UnboundedPriorityMessageQueueLockedCount Property |
Unsafe method for computing the underlying message count.
Namespace:
Akka.Dispatch.MessageQueues
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
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