Click or drag to resize

DefaultConfigurableCacheFactoryEnsureService Method (String, ServiceType)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Ensure the service for the specified service name and type.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
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