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

Ensure the service for the specified service name and type.

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

Syntax

C#
protected virtual IService EnsureService(
	string serviceName,
	ServiceType serviceType
)

Parameters

serviceName
Type: System..::.String
Service name.
serviceType
Type: Tangosol.Net..::.ServiceType
Service type.

Return Value

An IService object.

See Also