Table of Contents

Class CorrelationData.Confirm

Namespace
Steeltoe.Messaging.RabbitMQ.Connection
Assembly
Steeltoe.Messaging.RabbitMQ.dll
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.