PersistedStateSerializationMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the mode to use when serializing component persistent state.
public enum PersistedStateSerializationMode
type PersistedStateSerializationMode =
Public Enum PersistedStateSerializationMode
- Inheritance
-
PersistedStateSerializationMode
Fields
Name | Value | Description |
---|---|---|
Infer | 1 | Indicates that the serialization mode should be inferred from the current request context. |
Server | 2 | Indicates that the state should be persisted so that execution may resume on Server. |
WebAssembly | 3 | Indicates that the state should be persisted so that execution may resume on WebAssembly. |