Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Service type constants.

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

Syntax

C#
public enum ServiceType

Members

Member nameDescription
LocalCache
The local cache service type constant.
RemoteCache
The remote cache service type constant.
RemoteInvocation
The remote invocation service type constant.

See Also