Class Modified
The Modified class defines the modified outcome.
Inheritance
System.Object
Modified
Inherited Members
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()