Click or drag to resize
Akka.NETUpdate Class
Instructs a PersistentView to update itself. This will run a single incremental message replay with all messages from the corresponding persistent id's journal that have not yet been consumed by the view. To update a view with messages that have been written after handling this request, another Update request must be sent to the view.
Inheritance Hierarchy
SystemObject
  Akka.PersistenceUpdate

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
[SerializableAttribute]
public sealed class Update

The Update type exposes the following members.

Constructors
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also