Property ExpirationTime
ExpirationTime
The default expiry time of messsage for the topic. Its default value is TimeSpan.MaxValue.
Declaration
TimeSpan ExpirationTime { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | Time interval after which the message expires. |