IsLossTolerant Property
IsLossTolerant
Gets or sets this ReliableTopicTerminatedMessageEventHandler<T> is able to deal with message loss.
Declaration
public bool IsLossTolerant { get; set; }
Property Value
bool |
Remarks
Even though the reliable topic promises to be reliable, it can be that a ReliableTopicTerminatedMessageEventHandler<T> is too slow. Eventually the message won't be available anymore. StoreSequence should be set
true
to stop and dispose the subscriber in a data lost situation.