C# Класс Microsoft.Protocols.TestSuites.MS_OXCFXICS.ReadStateChanges

The readStateChanges element contains information about MIDs of Message objects that had their read state changed since the last synchronization, as specified by the initial ICS state. readStateChanges = IncrSyncRead propList
Наследование: SyntacticalBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Deserialize ( FastTransferStream stream ) : void

Deserialize fields from a FastTransferStream.

ReadStateChanges ( FastTransferStream stream )

Initializes a new instance of the ReadStateChanges class.

Verify ( FastTransferStream stream ) : bool

Verify that a stream's current position contains a serialized readStateChanges.

Описание методов

Deserialize() публичный Метод

Deserialize fields from a FastTransferStream.
public Deserialize ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
Результат void

ReadStateChanges() публичный Метод

Initializes a new instance of the ReadStateChanges class.
public ReadStateChanges ( FastTransferStream stream )
stream FastTransferStream A FastTransferStream.

Verify() публичный статический Метод

Verify that a stream's current position contains a serialized readStateChanges.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Результат bool