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

2.2.2.16 AUX_PERF_FAILURE_V2
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
ClientID short
ProcessID short
RequestID short
RequestOperation byte
Reserved1 short
Reserved2 int
ResultCode int
ServerID short
SessionID short
TimeSinceRequest int
TimeToFailRequest int

Public Methods

Method Description
Serialize ( ) : byte[]

Serializes AUX_PERF_FAILURE_V2 to a byte array

Method Details

Serialize() public method

Serializes AUX_PERF_FAILURE_V2 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

ProcessID public property

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

RequestID public property

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

RequestOperation public property

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

ResultCode public property

ResultCode (4 bytes): Error code return of failed request. Returned error codes are implementation specific.
public int ResultCode
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 failure request occurred.
public int TimeSinceRequest
return int

TimeToFailRequest public property

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