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

2.2.2.13 AUX_PERF_GC_SUCCESS
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
ClientID short
RequestOperation byte
Reserved1 short
Reserved2 int
ServerID short
SessionID short
TimeSinceRequest int
TimeToCompleteRequest int

Méthodes publiques

Méthode Description
Serialize ( ) : byte[]

Serializes AUX_PERF_GC_SUCCESS to a byte array

Method Details

Serialize() public méthode

Serializes AUX_PERF_GC_SUCCESS to a byte array
public Serialize ( ) : byte[]
Résultat byte[]

Property Details

ClientID public_oe property

ClientID (2 bytes): Client identification number.
public short ClientID
Résultat short

RequestOperation public_oe property

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

ServerID public_oe property

ServerID (2 bytes): Server identification number.
public short ServerID
Résultat short

SessionID public_oe property

SessionID (2 bytes): Session identification number.
public short SessionID
Résultat short

TimeSinceRequest public_oe property

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

TimeToCompleteRequest public_oe property

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