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

2.2.2.13 AUX_PERF_GC_SUCCESS
ファイルを表示 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_oe property

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

RequestOperation public_oe property

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

Reserved1 public_oe 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_oe 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_oe property

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

SessionID public_oe property

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

TimeSinceRequest public_oe property

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

TimeToCompleteRequest public_oe property

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