Show / Hide Table of Contents

Class DispositionContext

Provides the context to a link endpoint to process the received disposition.

Inheritance
System.Object
Context
MessageContext
DispositionContext
Inherited Members
MessageContext.DeliveryState
MessageContext.Complete()
MessageContext.Complete(Error)
Context.Link
Context.Message
Context.State
Context.Dispose(DeliveryState)
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.Listener
Assembly: Amqp.Net.dll
Syntax
public class DispositionContext : MessageContext

Properties

Settled

Gets the settled state sent in the disposition.

Declaration
public bool Settled { get; }
Property Value
Type Description
System.Boolean
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX