Class MessagePublishOptions
public class MessagePublishOptions
- Inheritance
-
MessagePublishOptions
- Inherited Members
Constructors
MessagePublishOptions(TimeSpan?, bool, TimeSpan?)
public MessagePublishOptions(TimeSpan? expiration, bool persistent, TimeSpan? confirmationTimeout)
Parameters
Properties
ConfirmationTimeout
public TimeSpan? ConfirmationTimeout { get; }
Property Value
Expiration
public TimeSpan? Expiration { get; }
Property Value
Persistent
public bool Persistent { get; }