Table of Contents

Class PublishOutcome

Namespace
RabbitMQ.AMQP.Client
Assembly
RabbitMQ.AMQP.Client.dll

Represents the outcome of a publish operation. It contains the state of the outcome and an error if the outcome is not successful.

public class PublishOutcome
Inheritance
PublishOutcome
Inherited Members

Constructors

PublishOutcome(OutcomeState, Error?)

public PublishOutcome(OutcomeState state, Error? error)

Parameters

state OutcomeState
error Error

Properties

Error

The Error, if any.

public Error? Error { get; }

Property Value

Error

State

public OutcomeState State { get; }

Property Value

OutcomeState