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.42 (1.2.3.42)
Syntax
protected override int LockedCount { get; }

Property Value

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