C# Class MAPIInspector.Parsers.PredecessorChangeList

Contains a set of XIDs that represent change numbers of messaging objects in different replicas.
Inheritance: MAPIInspector.Parsers.BaseStructure
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
sizedXidList MAPIInspector.Parsers.SizedXid[]

Méthodes publiques

Méthode Description
Parse ( FastTransferStream stream ) : void

Parse from a stream.

PredecessorChangeList ( int length ) : System

Initializes a new instance of the PredecessorChangeList structure.

Method Details

Parse() public méthode

Parse from a stream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A stream contains PredecessorChangeList.
Résultat void

PredecessorChangeList() public méthode

Initializes a new instance of the PredecessorChangeList structure.
public PredecessorChangeList ( int length ) : System
length int The length of the sizedXid structure.
Résultat System

Property Details

sizedXidList public_oe property

public SizedXid[],MAPIInspector.Parsers sizedXidList
Résultat MAPIInspector.Parsers.SizedXid[]