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

RopSetLocalReplicaMidsetDeleted request buffer structure.
Datei anzeigen Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
DataSize ushort
InputHandleIndex byte
LogonId byte
LongTermIdRangeCount uint
LongTermIdRanges Microsoft.Protocols.TestSuites.Common.LongTermIdRange[]
RopId byte

Public Methods

Method Description
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of LongTermIdRange structure.

Method Details

Serialize() public method

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
return byte[]

Size() public method

Return the size of LongTermIdRange structure.
public Size ( ) : int
return int

Property Details

DataSize public_oe property

This value specifies the size of both the LongTermIdRangeCount and LongTermIdRanges fields.
public ushort DataSize
return ushort

InputHandleIndex public_oe property

This index specifies the location in the Server Object Handle Table where the handle for the input Server Object is stored.
public byte InputHandleIndex
return byte

LogonId public_oe property

This value specifies the logon associated with this operation.
public byte LogonId
return byte

LongTermIdRangeCount public_oe property

This value specifies the number of structures in the LongTermIdRanges field.
public uint LongTermIdRangeCount
return uint

LongTermIdRanges public_oe property

These structures specify the ranges of message identifiers that have been deleted.
public LongTermIdRange[],Microsoft.Protocols.TestSuites.Common LongTermIdRanges
return Microsoft.Protocols.TestSuites.Common.LongTermIdRange[]

RopId public_oe property

This value specifies the type of remote operation. For this operation, this field is set to 0x93.
public byte RopId
return byte