Class PendingConfirm
Inheritance
System.Object
PendingConfirm
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class PendingConfirm : object
Constructors
|
Edit this page
View Source
PendingConfirm(CorrelationData, Int64)
Declaration
public PendingConfirm(CorrelationData correlationData, long timestamp)
Parameters
Type |
Name |
Description |
CorrelationData |
correlationData |
|
System.Int64 |
timestamp |
|
Properties
|
Edit this page
View Source
Cause
Declaration
public string Cause { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
CorrelationInfo
Declaration
public CorrelationData CorrelationInfo { get; }
Property Value
|
Edit this page
View Source
Timestamp
Declaration
public long Timestamp { get; }
Property Value
Type |
Description |
System.Int64 |
|
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|