 | 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)
Syntaxprotected override int LockedCount { get; }
abstract LockedCount : int with get
override LockedCount : int with get
Property Value
Type:
Int32
Remarks
Called from within a synchronization mechanism.
See Also