Skip to content
Docs Try Aspire

DeploymentStateSection Methods

Class Methods 1 member
Represents a section of deployment state with version tracking for concurrency control.
Sets a single value in the section, replacing any existing data.
public sealed class DeploymentStateSection
{
public void SetValue(
string value)
{
// ...
}
}
value string The value to store in the section.