Search Results for

    Show / Hide Table of Contents

    Interface ITransactionCollection

    Disposable readonly collection of ITransaction

    Inherited Members
    ICollection<ITransaction>.Add(ITransaction)
    ICollection<ITransaction>.Clear()
    ICollection<ITransaction>.Contains(ITransaction)
    ICollection<ITransaction>.CopyTo(ITransaction[], int)
    ICollection<ITransaction>.Remove(ITransaction)
    ICollection<ITransaction>.Count
    ICollection<ITransaction>.IsReadOnly
    IEnumerable<ITransaction>.GetEnumerator()
    IDisposable.Dispose()
    Namespace: Apache.Ignite.Core.Transactions
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public interface ITransactionCollection : ICollection<ITransaction>, IEnumerable<ITransaction>, IEnumerable, IDisposable
    In this article
    Back to top © 2015 - 2019 The Apache Software Foundation