C# Класс Microsoft.Protocols.TestSuites.MS_OXCRPC.AUX_PERF_GC_SUCCESS

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

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

Свойство Тип Описание
ClientID short
RequestOperation byte
Reserved1 short
Reserved2 int
ServerID short
SessionID short
TimeSinceRequest int
TimeToCompleteRequest int

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

Метод Описание
Serialize ( ) : byte[]

Serializes AUX_PERF_GC_SUCCESS to a byte array

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

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

Serializes AUX_PERF_GC_SUCCESS to a byte array
public Serialize ( ) : byte[]
Результат byte[]

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

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

ClientID (2 bytes): Client identification number.
public short ClientID
Результат short

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

RequestOperation (1 byte): Client-defined operation that was successful.
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

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 successful request occurred.
public int TimeSinceRequest
Результат int

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

TimeToCompleteRequest (4 bytes): Number of milliseconds the successful request took to complete.
public int TimeToCompleteRequest
Результат int