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

2.2.2.9 AUX_PERF_DEFMDB_SUCCESS
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
RequestID short
Reserved short
TimeSinceRequest int
TimeToCompleteRequest int

Méthodes publiques

Méthode Description
Serialize ( ) : byte[]

Serializes AUX_PERF_DEFMDB_SUCCESS to a byte array

Method Details

Serialize() public méthode

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

Property Details

RequestID public_oe property

RequestID (2 bytes): Request identification number.
public short RequestID
Résultat short

Reserved public_oe property

Reserved (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 Reserved
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