C# Class Microsoft.Protocols.TestSuites.Common.BackoffRop

Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Свойство Type Description
Duration uint
RopIdBackoff byte

Méthodes publiques

Méthode Description
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the ROP response buffer.

Method Details

Deserialize() public méthode

Deserialize the ROP response buffer.
public Deserialize ( byte ropBytes, int startIndex ) : int
ropBytes byte ROPs bytes in response.
startIndex int The start index of this ROP.
Résultat int

Property Details

Duration public_oe property

This value specifies the number of milliseconds to apply a ROP backoff.
public uint Duration
Résultat uint

RopIdBackoff public_oe property

This value identifies the remote operation for which to apply the ROP backoff.
public byte RopIdBackoff
Résultat byte