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

Service type constants.

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

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