Click or drag to resize

ServiceType Enumeration

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Service type constants.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public enum ServiceType
Members
  Member nameValueDescription
LocalCache0 The local cache service type constant.
RemoteCache1 The remote cache service type constant.
RemoteInvocation2 The remote invocation service type constant.
RemoteNameService3 The remote name service type constant.
See Also