Table of Contents

Class CorrelationData.Confirm

Namespace
Steeltoe.Messaging.RabbitMQ.Connection
Assembly
Steeltoe.Messaging.RabbitMQ.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class CorrelationData.Confirm
Inheritance
CorrelationData.Confirm
Inherited Members

Constructors

Confirm(bool, string)

public Confirm(bool ack, string reason)

Parameters

ack bool
reason string

Properties

Ack

public bool Ack { get; }

Property Value

bool

Reason

public string Reason { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.