Show / Hide Table of Contents

Interface IServiceInfo

The IServiceInfo represents information about an IService.

Namespace: Tangosol.Net
Assembly: Coherence.dll
Syntax
public interface IServiceInfo

Properties

ServiceName

Gets the name of the IService.

Declaration
string ServiceName { get; }
Property Value
Type Description
string

The name of the IService.

ServiceType

Gets the type of the IService.

Declaration
ServiceType ServiceType { get; }
Property Value
Type Description
ServiceType

The type of the IService.

In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.