Show / Hide Table of Contents

Class RestrictedDescribed

The RestrictedDescribed class is an AMQP described value, whose descriptor is restricted to symbol or ulong.

Inheritance
System.Object
Described
RestrictedDescribed
AmqpSequence
AmqpValue
Data
DescribedList
DescribedMap
Inherited Members
Described.Encode(ByteBuffer)
Described.Decode(ByteBuffer)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Amqp.Types
Assembly: Amqp.Net.dll
Syntax
public abstract class RestrictedDescribed : Described

Constructors

RestrictedDescribed(Descriptor)

Initializes a described value.

Declaration
protected RestrictedDescribed(Descriptor descriptor)
Parameters
Type Name Description
Descriptor descriptor

The descriptor of the value.

Properties

Descriptor

Gets the descriptor.

Declaration
public Descriptor Descriptor { get; }
Property Value
Type Description
Descriptor
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX