Update Properties |
The Update type exposes the following members.
Name | Description | |
---|---|---|
IsAwait |
If `true`, processing of further messages sent to the view will be delayed
until the incremental message replay, triggered by this update request, completes.
If `false`, any message sent to the view may interleave with replayed Persistent message stream.
| |
ReplayMax |
Maximum number of messages to replay when handling this update request. Defaults to MaxValue (i.e. no limit).
|