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) { // ... }}Parameters
sectionNamestringThe name of the section.dataJsonObject?The JSON data for this section.versionlongThe current version of this section.Remarks
Initializes a new instance of the
DeploymentStateSection class.