Interface ISnapshotTask<T>
Represents an asynchronous snapshot task.
Namespace: GridGain.Core.PersistentStore
Assembly: GridGain.Core.dll
Syntax
public interface ISnapshotTask<T> : ISnapshotTask
Type Parameters
| Name | Description |
|---|---|
| T | Task result type. |
Properties
Task
Gets the task that completes when snapshot is finished.
Declaration
Task<T> Task { get; }
Property Value
| Type | Description |
|---|---|
| Task<T> |