Click or drag to resize
Akka.NETUnboundedPriorityMessageQueueLockedCount 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; }

Property Value

Type: Int32
Remarks
Called from within a synchronization mechanism.
See Also