Property ExpirationTime
ExpirationTime
The 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 a default value.
Declaration
TimeSpan? ExpirationTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.TimeSpan> | Time interval after which item expires from the cache. |