Table of Contents

Class ServiceInfo

Namespace
Steeltoe.Connector.Services
Assembly
Steeltoe.Connector.Abstractions.dll
public abstract class ServiceInfo : IServiceInfo
Inheritance
ServiceInfo
Implements
Derived
Inherited Members

Constructors

ServiceInfo(string)

public ServiceInfo(string id)

Parameters

id string

ServiceInfo(string, IApplicationInstanceInfo)

public ServiceInfo(string id, IApplicationInstanceInfo info)

Parameters

id string
info IApplicationInstanceInfo

Properties

ApplicationInfo

public IApplicationInstanceInfo ApplicationInfo { get; set; }

Property Value

IApplicationInstanceInfo

Id

public string Id { get; protected set; }

Property Value

string