Class SelectedSnapshot
Inheritance
SelectedSnapshot
Assembly: Akka.Persistence.dll
Syntax
[Serializable]
public sealed class SelectedSnapshot : IEquatable<SelectedSnapshot>
Constructors
|
Improve this Doc
View Source
Declaration
public SelectedSnapshot(SnapshotMetadata metadata, object snapshot)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public SnapshotMetadata Metadata { get; }
Property Value
|
Improve this Doc
View Source
Snapshot
Declaration
public object Snapshot { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(SelectedSnapshot)
Declaration
public bool Equals(SelectedSnapshot 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