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

Ensure the service for the specified service name and type.

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

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