• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
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
TimeSpan? ExpirationTime { get; set; }
Property Value
Type Description
System.Nullable<TimeSpan>
Back to top Copyright © 2017 Alachisoft