Class ServiceInfo
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
stringinfo
IApplicationInstanceInfo
Properties
ApplicationInfo
public IApplicationInstanceInfo ApplicationInfo { get; set; }
Property Value
Id
public string Id { get; protected set; }