C# Class MAPIInspector.Parsers.PredecessorChangeList

Contains a set of XIDs that represent change numbers of messaging objects in different replicas.
Inheritance: MAPIInspector.Parsers.BaseStructure
ファイルを表示 Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
sizedXidList MAPIInspector.Parsers.SizedXid[]

Public Methods

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

Parse from a stream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A stream contains PredecessorChangeList.
return void

PredecessorChangeList() public method

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

Property Details

sizedXidList public_oe property

public SizedXid[],MAPIInspector.Parsers sizedXidList
return MAPIInspector.Parsers.SizedXid[]