C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.FolderReplicaInfo

Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
CheapServerDNCount uint
FolderLongTermId Microsoft.Protocols.TestSuites.Common.LongTermId
ServerDNArray string[]
ServerDNCount uint

Méthodes publiques

Méthode Description
Deserialize ( System stream, int size ) : int

Deserialize from a stream.

FolderReplicaInfo ( FastTransferStream stream ) : System

Initializes a new instance of the FolderReplicaInfo structure.

Serialize ( System stream ) : int

Serialize this instance to a stream.

Method Details

Deserialize() public méthode

Deserialize from a stream.
public Deserialize ( System stream, int size ) : int
stream System A stream contains serialize.
size int Must be -1.
Résultat int

FolderReplicaInfo() public méthode

Initializes a new instance of the FolderReplicaInfo structure.
public FolderReplicaInfo ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream.
Résultat System

Serialize() public méthode

Serialize this instance to a stream.
public Serialize ( System stream ) : int
stream System A data stream contains serialized object.
Résultat int

Property Details

CheapServerDNCount public_oe property

(4 bytes): An unsigned 32-bit integer value that determines how many of the leading elements in ServerDNArray have the same, lowest, network access cost. CheapServerDNCount MUST be less than or equal to ServerDNCount.
public uint CheapServerDNCount
Résultat uint

FolderLongTermId public_oe property

A LongTermID structure. Contains the LongTermID of a folder, for which server replica information is being described.
public LongTermId,Microsoft.Protocols.TestSuites.Common FolderLongTermId
Résultat Microsoft.Protocols.TestSuites.Common.LongTermId

ServerDNArray public_oe property

An array of ASCII-encoded NULL-terminated strings. MUST contain ServerDNCount strings. Contains an enterprise/site/server distinguished name (ESSDN) of servers that have a replica of the folder identifier by FolderLongTermId.
public string[] ServerDNArray
Résultat string[]

ServerDNCount public_oe property

An unsigned 32-bit integer value that determines how many elements exist in ServerDNArray. MUST NOT be zero (0x00000000).
public uint ServerDNCount
Résultat uint