Skip to content
DocsTry Aspire
DocsTry

DeploymentStateSection Constructors

ClassConstructors1 member
Represents a section of deployment state with version tracking for concurrency control.
Constructor(string, JsonObject?, long)Section titled Constructor(string, JsonObject?, long)
Represents a section of deployment state with version tracking for concurrency control.
public sealed class DeploymentStateSection
{
public DeploymentStateSection(
string sectionName,
JsonObject? data,
long version)
{
// ...
}
}
sectionNamestringThe name of the section.
dataJsonObject?The JSON data for this section.
versionlongThe current version of this section.
Initializes a new instance of the DeploymentStateSection class.