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
ファイルを表示 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method 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 method

Deserialize fields from a FastTransferStream.
public Deserialize ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
return void

ReadStateChanges() public method

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

Verify() public static method

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