Show / Hide Table of Contents

Class Outcome

Outcome is a terminal delivery-state of a delivery.

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

Constructors

Outcome(Descriptor, Int32)

Initializes the outcome object.

Declaration
protected Outcome(Descriptor descriptor, int fieldCount)
Parameters
Type Name Description
Descriptor descriptor

The descriptor of the concrete outcome class.

System.Int32 fieldCount

The number of fields of the concrete outcome class.

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX