Class CheckSnapshotStoreHealth
Inheritance
CheckSnapshotStoreHealth
Assembly: Akka.Persistence.dll
Syntax
public sealed class CheckSnapshotStoreHealth : ISnapshotRequest, ISnapshotMessage, IPersistenceMessage, INoSerializationVerificationNeeded
Constructors
|
Edit this page
View Source
CheckSnapshotStoreHealth(CancellationToken)
Declaration
public CheckSnapshotStoreHealth(CancellationToken cancellationToken)
Parameters
Properties
|
Edit this page
View Source
CancellationToken
Declaration
public CancellationToken CancellationToken { get; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type |
Description |
| string |
A string that represents the current object.
|
Overrides
Implements
Extension Methods