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

Retrieve the Service reference based on the passed in service name.

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

Syntax

C#
public virtual IService GetService(
	string sServiceName
)

Parameters

sServiceName
Type: System..::.String
The service name.

Return Value

The service reference.

See Also