C# Класс Microsoft.Protocols.TestSuites.MS_OXCFXICS.FolderReplicaInfo

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
CheapServerDNCount uint
FolderLongTermId Microsoft.Protocols.TestSuites.Common.LongTermId
ServerDNArray string[]
ServerDNCount uint

Открытые методы

Метод Описание
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.

Описание методов

Deserialize() публичный Метод

Deserialize from a stream.
public Deserialize ( System stream, int size ) : int
stream System A stream contains serialize.
size int Must be -1.
Результат int

FolderReplicaInfo() публичный Метод

Initializes a new instance of the FolderReplicaInfo structure.
public FolderReplicaInfo ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream.
Результат System

Serialize() публичный Метод

Serialize this instance to a stream.
public Serialize ( System stream ) : int
stream System A data stream contains serialized object.
Результат int

Описание свойств

CheapServerDNCount публичное свойство

(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
Результат uint

FolderLongTermId публичное свойство

A LongTermID structure. Contains the LongTermID of a folder, for which server replica information is being described.
public LongTermId,Microsoft.Protocols.TestSuites.Common FolderLongTermId
Результат Microsoft.Protocols.TestSuites.Common.LongTermId

ServerDNArray публичное свойство

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
Результат string[]

ServerDNCount публичное свойство

An unsigned 32-bit integer value that determines how many elements exist in ServerDNArray. MUST NOT be zero (0x00000000).
public uint ServerDNCount
Результат uint