Click or drag to resize
Akka.NETUpdate Properties

The Update type exposes the following members.

Properties
  NameDescription
Public propertyIsAwait
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.
Public propertyReplayMax
Maximum number of messages to replay when handling this update request. Defaults to MaxValue (i.e. no limit).
Top
See Also