C# Class Microsoft.Protocols.TestSuites.MS_OXCRPC.AUX_PERF_GC_SUCCESS

2.2.2.13 AUX_PERF_GC_SUCCESS
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
ClientID short
RequestOperation byte
Reserved1 short
Reserved2 int
ServerID short
SessionID short
TimeSinceRequest int
TimeToCompleteRequest int

Public Methods

Method Description
Serialize ( ) : byte[]

Serializes AUX_PERF_GC_SUCCESS to a byte array

Method Details

Serialize() public method

Serializes AUX_PERF_GC_SUCCESS to a byte array
public Serialize ( ) : byte[]
return byte[]

Property Details

ClientID public property

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

RequestOperation public property

RequestOperation (1 byte): Client-defined operation that was successful.
public byte RequestOperation
return byte

Reserved1 public property

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
return short

Reserved2 public property

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
return int

ServerID public property

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

SessionID public property

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

TimeSinceRequest public property

TimeSinceRequest (4 bytes): Number of milliseconds since successful request occurred.
public int TimeSinceRequest
return int

TimeToCompleteRequest public property

TimeToCompleteRequest (4 bytes): Number of milliseconds the successful request took to complete.
public int TimeToCompleteRequest
return int