Click or drag to resize

DefaultConfigurableCacheFactoryEnsureService Method (String, ServiceType)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Ensure the service for the specified service name and type.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected virtual IService EnsureService(
	string serviceName,
	ServiceType serviceType
)

Parameters

serviceName
Type: SystemString
Service name.
serviceType
Type: Tangosol.NetServiceType
Service type.

Return Value

Type: IService
An IService object.
See Also