C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCRPC.AUX_PERF_FAILURE_V2

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

공개 프로퍼티들

프로퍼티 타입 설명
ClientID short
ProcessID short
RequestID short
RequestOperation byte
Reserved1 short
Reserved2 int
ResultCode int
ServerID short
SessionID short
TimeSinceRequest int
TimeToFailRequest int

공개 메소드들

메소드 설명
Serialize ( ) : byte[]

Serializes AUX_PERF_FAILURE_V2 to a byte array

메소드 상세

Serialize() 공개 메소드

Serializes AUX_PERF_FAILURE_V2 to a byte array
public Serialize ( ) : byte[]
리턴 byte[]

프로퍼티 상세

ClientID 공개적으로 프로퍼티

ClientID (2 bytes): Client identification number.
public short ClientID
리턴 short

ProcessID 공개적으로 프로퍼티

ProcessID (2 bytes): Process identification number.
public short ProcessID
리턴 short

RequestID 공개적으로 프로퍼티

RequestID (2 bytes): Request identification number.
public short RequestID
리턴 short

RequestOperation 공개적으로 프로퍼티

RequestOperation (1 byte): Client-defined operation that failed.
public byte RequestOperation
리턴 byte

Reserved1 공개적으로 프로퍼티

Reserved_1 (2 bytes): Padding to enforce alignment of the data on a 4-byte field. The client can fill this field with any value when writing the stream. The server MUST ignore the value of this field when reading the stream.
public short Reserved1
리턴 short

Reserved2 공개적으로 프로퍼티

Reserved_2 (3 bytes): Padding to enforce alignment of the data on a 4-byte field. The client can fill this field with any value when writing the stream. The server MUST ignore the value of this field when reading the stream.
public int Reserved2
리턴 int

ResultCode 공개적으로 프로퍼티

ResultCode (4 bytes): Error code return of failed request. Returned error codes are implementation specific.
public int ResultCode
리턴 int

ServerID 공개적으로 프로퍼티

ServerID (2 bytes): Server identification number.
public short ServerID
리턴 short

SessionID 공개적으로 프로퍼티

SessionID (2 bytes): Session identification number.
public short SessionID
리턴 short

TimeSinceRequest 공개적으로 프로퍼티

TimeSinceRequest (4 bytes): Number of milliseconds since failure request occurred.
public int TimeSinceRequest
리턴 int

TimeToFailRequest 공개적으로 프로퍼티

TimeToFailRequest (4 bytes): Number of milliseconds the failure request took to complete.
public int TimeToFailRequest
리턴 int