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> |