Class CorrelationData.Confirm
Inheritance
System.Object
CorrelationData.Confirm
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class Confirm : object
Constructors
|
Edit this page
View Source
Confirm(Boolean, String)
Declaration
public Confirm(bool ack, string reason)
Parameters
Type |
Name |
Description |
System.Boolean |
ack |
|
System.String |
reason |
|
Properties
|
Edit this page
View Source
Ack
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Reason
Declaration
public string Reason { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|