Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Factory method returning an instance of the IInvocationService.

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

Syntax

C#
[ObsoleteAttribute("As of Coherence 3.3, use GetService(string) instead.")]
public static IInvocationService GetInvocationService(
	string name
)

Parameters

name
Type: System..::.String
Service name (unique across the cluster). If the service with the specified name already exists, the reference to the same service will be returned. If the name is not specified the default service name will be used.

Return Value

An instance of running IInvocationService.

See Also