Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

This is the Queue to which items that need to be processed are added, and from which the daemon pulls items to process.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public override Queue Queue { get; set; }

See Also