Table of Contents

Class ServiceInfo

Namespace
Phoesion.Glow.SDK.Firefly.Info
Assembly
Phoesion.Glow.SDK.Firefly.Abstractions.dll
public class ServiceInfo
Inheritance
object
ServiceInfo

Constructors

ServiceInfo(string, IHostEnvironment, byte[], GitInfo)

public ServiceInfo(string Name, IHostEnvironment Environment, byte[] DataSeed, GitInfo Git)

Parameters

Name string
Environment IHostEnvironment
DataSeed 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

IHostEnvironment

Git

public readonly GitInfo Git

Field Value

GitInfo

Name

public readonly string Name

Field Value

string

StartTime

public readonly DateTime StartTime

Field Value

DateTime

Properties

EnvironmentName

public string EnvironmentName { get; }

Property Value

string