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

IPriorityTask timeout constants.

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

Syntax

C#
public enum PriorityTaskTimeout

Members

Member nameDescription
Default
A special timeout value to indicate that the corresponding service's default timeout value should be used.
None
A special timeout value to indicate that this task or request can run indefinitely.

See Also