ICacheDataComparer<TCachedMessage> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares cached messages with various stream details
public interface ICacheDataComparer<in TCachedMessage>
type ICacheDataComparer<'CachedMessage> = interface
Public Interface ICacheDataComparer(Of In TCachedMessage)
Type Parameters
- TCachedMessage
- Derived
Methods
Compare(TCachedMessage, StreamSequenceToken) |
Compare a cached message with a sequence token to determine if it message is before or after the token |
Equals(TCachedMessage, IStreamIdentity) |
Checks to see if the cached message is part of the provided stream |
Extension Methods
Compare<TCachedMessage>(ICacheDataComparer<TCachedMessage>, StreamSequenceToken, TCachedMessage) |
Compare a cached message with a sequence token to determine if it message is before or after the token |
Equals<TCachedMessage>(ICacheDataComparer<TCachedMessage>, IStreamIdentity, TCachedMessage) |
Checks to see if the cached message is part of the provided stream |