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
Properties
Ack
public bool Ack { get; }
Property Value
Reason
public string Reason { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.