Skip to content

IDurableList<T>

interface

Namespace: Orleans.Journaling

Represents a list whose mutations are recorded in a journal.
public interface IDurableList<T> : ICollection<T>, IEnumerable<T>, IList<T>, IEnumerable

Methods