Table of Contents

Class HostConcurrencySnapshot

Namespace
Microsoft.Azure.WebJobs.Host.Scale
Assembly
Microsoft.Azure.WebJobs.Host.dll
public class HostConcurrencySnapshot
Inheritance
HostConcurrencySnapshot
Inherited Members

Constructors

HostConcurrencySnapshot()

public HostConcurrencySnapshot()

Properties

FunctionSnapshots

public Dictionary<string, FunctionConcurrencySnapshot> FunctionSnapshots { get; set; }

Property Value

Dictionary<string, FunctionConcurrencySnapshot>

NumberOfCores

public int NumberOfCores { get; set; }

Property Value

int

Timestamp

public DateTime Timestamp { get; set; }

Property Value

DateTime

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int