C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCFXICS.FolderReplicaInfo

파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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