Class LoadSnapshotResult
Inheritance
LoadSnapshotResult
Assembly: Akka.Persistence.dll
Syntax
[Serializable]
public sealed class LoadSnapshotResult : ISnapshotResponse, ISnapshotMessage, IPersistenceMessage, INoSerializationVerificationNeeded, IEquatable<LoadSnapshotResult>
Constructors
|
Improve this Doc
View Source
LoadSnapshotResult(SelectedSnapshot, Int64)
Declaration
public LoadSnapshotResult(SelectedSnapshot snapshot, long toSequenceNr)
Parameters
Type |
Name |
Description |
SelectedSnapshot |
snapshot |
Loaded snapshot or null if none provided.
|
Int64 |
toSequenceNr |
Upper sequence number bound (inclusive) for recovery.
|
Properties
|
Improve this Doc
View Source
Snapshot
Loaded snapshot or null if none provided.
Declaration
public SelectedSnapshot Snapshot { get; }
Property Value
|
Improve this Doc
View Source
ToSequenceNr
Upper sequence number bound (inclusive) for recovery.
Declaration
public long ToSequenceNr { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(LoadSnapshotResult)
Declaration
public bool Equals(LoadSnapshotResult other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods