C# Class 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
Inheritance: SyntacticalBase
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Deserialize() public méthode

Deserialize fields from a FastTransferStream.
public Deserialize ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
Résultat void

ReadStateChanges() public méthode

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

Verify() public static méthode

Verify that a stream's current position contains a serialized readStateChanges.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Résultat bool