public struct OperationStateAndStatus : IStorageSerializablePublic Structure OperationStateAndStatus
Implements IStorageSerializablepublic value class OperationStateAndStatus : IStorageSerializable[<SealedAttribute>]
type OperationStateAndStatus =
struct
inherit ValueType
interface IStorageSerializable
end| OperationStateAndStatus | Состояние операции совместно с её статусом. |
| Deconstruct | Метод, выполняющий деконструкцию структуры в набор переменных для использования в C#. |
| Deserialize | Выполняет десериализацию полей объекта из заданного хранилища. |
| Equals | Indicates whether this instance and a specified object are equal. (Унаследован от ValueType) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Returns the hash code for this instance. (Унаследован от ValueType) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| Serialize | Выполняет сериализацию полей объекта в заданное хранилище. |
| ToString | Returns the fully qualified type name of this instance. (Унаследован от ValueType) |
| ToSerializedDictionary |
Сериализует объект, для которого не указывается тип (класс), в хранилище Dictionary<string, object?>.
(Определяется StorageExtensions) |