• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try NCache Live
Show / Hide Table of Contents

Property ExpirationTime

ExpirationTime

ExpirationTime of TimeSpan type after which the message is expired from the topic. This can also accept null value, which will ensure that the message is not expired from the topic. In case of no expiration time specified, null is considered as default.

Declaration
public TimeSpan? ExpirationTime { get; set; }
Property Value
Type Description
System.Nullable<System.TimeSpan>
Implements
IMessage.ExpirationTime
Back to top Copyright © 2017 Alachisoft