Table of Contents

Class MessagePublishOptions

Namespace
Tp.RabbitMq
Assembly
Tp.RabbitMq.dll
public class MessagePublishOptions
Inheritance
MessagePublishOptions
Inherited Members

Constructors

MessagePublishOptions(TimeSpan?, bool, TimeSpan?)

public MessagePublishOptions(TimeSpan? expiration, bool persistent, TimeSpan? confirmationTimeout)

Parameters

expiration TimeSpan?
persistent bool
confirmationTimeout TimeSpan?

Properties

ConfirmationTimeout

public TimeSpan? ConfirmationTimeout { get; }

Property Value

TimeSpan?

Expiration

public TimeSpan? Expiration { get; }

Property Value

TimeSpan?

Persistent

public bool Persistent { get; }

Property Value

bool