CacheDataComparerExtensions Class
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.
Cache data comparer extension functions that switch argument order
public static class CacheDataComparerExtensions
type CacheDataComparerExtensions = class
Public Module CacheDataComparerExtensions
- Inheritance
-
CacheDataComparerExtensions
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 |