Table of Contents

Class PendingConfirm

Namespace
Steeltoe.Messaging.RabbitMQ.Connection
Assembly
Steeltoe.Messaging.RabbitMQ.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class PendingConfirm
Inheritance
PendingConfirm
Inherited Members

Constructors

PendingConfirm(CorrelationData, long)

public PendingConfirm(CorrelationData correlationData, long timestamp)

Parameters

correlationData CorrelationData
timestamp long

Properties

Cause

public string Cause { get; set; }

Property Value

string

CorrelationInfo

public CorrelationData CorrelationInfo { get; }

Property Value

CorrelationData

Timestamp

public long Timestamp { get; }

Property Value

long

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.