Class SaveSnapshot
  Instructs a snapshot store to save a snapshot.
Assembly: Akka.Persistence.dll
  Syntax
  
    [Serializable]
public sealed class SaveSnapshot : ISnapshotRequest, ISnapshotMessage, IPersistenceMessage, INoSerializationVerificationNeeded, IEquatable<SaveSnapshot>
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public SaveSnapshot(SnapshotMetadata metadata, object snapshot)
   
  Parameters
  
  Exceptions
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public SnapshotMetadata Metadata { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Snapshot
  
  
  Declaration
  
    public object Snapshot { get; }
   
  Property Value
  
  Methods
  
    |
    Edit this page
  
  
    View Source
  
  
  Equals(SaveSnapshot)
  
  
  Declaration
  
    public bool Equals(SaveSnapshot other)
   
  Parameters
  
  Returns
  
  
    |
    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
  
  
    |
    Edit this page
  
  
    View Source
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
  Overrides
  
  Implements
  
  
  
  
  
  Extension Methods