Hints Methods |
The Hints type exposes the following members.
Name | Description | |
---|---|---|
Manifest | Obsolete.
Returns a hint that expects a reply with events with matching manifest.
| |
PersistenceIds | Obsolete.
Returns a hint that expects a reply with events from provided set of persistence ids.
| |
TimestampAfter(DateTime) | Obsolete.
Returns a hint that expects a reply with events, that have timestamp value after or equal provided date.
| |
TimestampAfter(Int64) | Obsolete.
Returns a hint that expects a reply with events, that have timestamp value after or equal provided date.
| |
TimestampBefore(DateTime) | Obsolete.
Returns a hint that expects a reply with events, that have timestamp value before provided date.
| |
TimestampBefore(Int64) | Obsolete.
Returns a hint that expects a reply with events, that have timestamp value before provided date.
| |
TimestampBetween(DateTime, DateTime) | Obsolete.
Returns a hint that expects a reply with events, that have timestamp from between provided range of values (left side inclusive).
| |
TimestampBetween(Int64, Int64) | Obsolete.
Returns a hint that expects a reply with events, that have timestamp from between provided range of values (left side inclusive).
|