Class Snapshot
Wrapper for snapshot data.
Assembly: Akka.Persistence.dll
Syntax
public sealed class Snapshot
Constructors
|
Improve this Doc
View Source
Snapshot(Object)
Declaration
public Snapshot(object data)
Parameters
Type |
Name |
Description |
Object |
data |
TBD
|
Properties
|
Improve this Doc
View Source
Data
Declaration
public object Data { get; }
Property Value
Methods
|
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
Extension Methods