Class Snapshot
Wrapper for snapshot data.
Assembly: Akka.Persistence.dll
Syntax
public sealed class Snapshot
Constructors
|
Edit this page
View Source
Snapshot(object)
Declaration
public Snapshot(object data)
Parameters
Type |
Name |
Description |
object |
data |
TBD
|
Properties
|
Edit this page
View Source
Data
Declaration
public object Data { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Extension Methods