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

Determine if the service type is remote.

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

Syntax

C#
protected static bool IsRemoteServiceType(
	ServiceType serviceType
)

Parameters

serviceType
Type: Tangosol.Net..::.ServiceType
The service type.

Return Value

Whether the service type is remote.

See Also