Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

IPriorityTask timeout constants.

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

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