Skip to content
Docs Try Aspire

DeploymentStateSection Constructors

Class Constructors 1 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)
{
// ...
}
}
sectionName string The name of the section.
data JsonObject? The JSON data for this section.
version long The current version of this section.
Initializes a new instance of the DeploymentStateSection class.