StateStoreUpdateOptions Class

Definition

public sealed class StateStoreUpdateOptions
type StateStoreUpdateOptions = class
Public NotInheritable Class StateStoreUpdateOptions
Inheritance
StateStoreUpdateOptions

Remarks

A property that is never assigned is left unchanged on the server; assigning it (including to null) sends that value, which clears the field. Tags are replaced wholesale, not merged.

Constructors

Name Description
StateStoreUpdateOptions()

Properties

Name Description
Description

Gets or sets the new description. Set to null to clear it.

Tags

Gets or sets the new tags (replaces the existing set). Set to null to clear them.

Applies to