C# Класс Microsoft.Protocols.TestSuites.Common.BackoffRop

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Duration uint
RopIdBackoff byte

Открытые методы

Метод Описание
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the ROP response buffer.

Описание методов

Deserialize() публичный Метод

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.
Результат int

Описание свойств

Duration публичное свойство

This value specifies the number of milliseconds to apply a ROP backoff.
public uint Duration
Результат uint

RopIdBackoff публичное свойство

This value identifies the remote operation for which to apply the ROP backoff.
public byte RopIdBackoff
Результат byte