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

Show file Open project: OfficeDev/Interop-TestSuites

Public Properties

Property Type Description
Duration uint
RopIdBackoff byte

Public Methods

Method Description
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the ROP response buffer.

Method Details

Deserialize() public method

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.
return int

Property Details

Duration public property

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

RopIdBackoff public property

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