Class ServiceInfo
public class ServiceInfo
- Inheritance
-
objectServiceInfo
Constructors
ServiceInfo(string, IHostEnvironment, byte[], GitInfo)
public ServiceInfo(string Name, IHostEnvironment Environment, byte[] DataSeed, GitInfo Git)
Parameters
Name
stringEnvironment
IHostEnvironmentDataSeed
byte[]Git
GitInfo
Fields
DataSeed
A random data buffer that has been generated when the service was first deployed.
public readonly byte[] DataSeed
Field Value
- byte[]
Environment
public readonly IHostEnvironment Environment
Field Value
Git
public readonly GitInfo Git
Field Value
Name
public readonly string Name
Field Value
StartTime
public readonly DateTime StartTime
Field Value
Properties
EnvironmentName
public string EnvironmentName { get; }