Show / Hide Table of Contents

Class Modified

The Modified class defines the modified outcome.

Inheritance
System.Object
Described
RestrictedDescribed
DescribedList
DeliveryState
Outcome
Modified
Inherited Members
DescribedList.HasField(Int32)
DescribedList.ResetField(Int32)
DescribedList.GetDebugString(String, Object[], Object[])
RestrictedDescribed.Descriptor
Described.Encode(ByteBuffer)
Described.Decode(ByteBuffer)
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.Framing
Assembly: Amqp.Net.dll
Syntax
public sealed class Modified : Outcome

Constructors

Modified()

Initializes a modified outcome.

Declaration
public Modified()

Properties

DeliveryFailed

Gets or sets the delivery-failed field.

Declaration
public bool DeliveryFailed { get; set; }
Property Value
Type Description
System.Boolean

MessageAnnotations

Gets or sets the message-annotations field.

Declaration
public Fields MessageAnnotations { get; set; }
Property Value
Type Description
Fields

UndeliverableHere

Gets or sets the undeliverable-here field.

Declaration
public bool UndeliverableHere { get; set; }
Property Value
Type Description
System.Boolean

Methods

ToString()

Returns a string that represents the current modified object.

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX