Class PendingConfirm
- Namespace
- Steeltoe.Messaging.RabbitMQ.Connection
- Assembly
- Steeltoe.Messaging.RabbitMQ.dll
public class PendingConfirm
- Inheritance
-
PendingConfirm
- Inherited Members
Constructors
PendingConfirm(CorrelationData, long)
public PendingConfirm(CorrelationData correlationData, long timestamp)
Parameters
correlationData
CorrelationDatatimestamp
long
Properties
Cause
public string Cause { get; set; }
Property Value
CorrelationInfo
public CorrelationData CorrelationInfo { get; }
Property Value
Timestamp
public long Timestamp { 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.