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. |