DeploymentStateSection
Class sealed net10.0
Represents a section of deployment state with version tracking for concurrency control.
namespace Aspire.Hosting.Pipelines;
public sealed class DeploymentStateSection{ // ...} 5 members
Remarks
Section titled Remarks Initializes a new instance of the
DeploymentStateSection class. Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesDatagetJsonObject Gets the data stored in this section.
SectionNamegetstring Gets the name of the state section.
Versionget; setlong Gets or sets the current version of this section.