Show / Hide Table of Contents

Class MessageContext

Provides the context to a message processor to process the received message.

Inheritance
System.Object
Context
MessageContext
DispositionContext
Inherited Members
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 MessageContext : Context

Properties

DeliveryState

Gets the delivery state associated with the message.

Declaration
public DeliveryState DeliveryState { get; }
Property Value
Type Description
DeliveryState

Methods

Complete()

Accepts the message.

Declaration
public void Complete()

Complete(Error)

Rejects the message.

Declaration
public void Complete(Error error)
Parameters
Type Name Description
Error error
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX