Search Results for

    Show / Hide Table of Contents

    Interface ISnapshotTask<T>

    Represents an asynchronous snapshot task.

    Inherited Members
    ISnapshotTask.InitTask
    ISnapshotTask.OperationId
    ISnapshotTask.SnapshotOperation
    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>
    In This Article
    Back to top © 2022 GridGain Systems, Inc. and Contributors