Try Playground
Show / Hide Table of Contents

Interface IDistributedList<T>

This interface contains methods and parameters for Distributed List.

Inherited Members
IDistributedDataTypes.Key
IDistributedDataTypes.WriteThruOptions
ILockable.Lock(TimeSpan)
ILockable.Unlock()
INotifiable.RegisterNotification(DataTypeDataNotificationCallback, EventType, DataTypeEventDataFilter)
INotifiable.UnRegisterNotification(DataTypeDataNotificationCallback, EventType)
Assembly: Alachisoft.NCache.Client.dll
Syntax
public interface IDistributedList<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable, IDistributedDataTypes, ILockable, INotifiable
Type Parameters
Name Description
T

The type of elements in the List.

Methods

Name Description
AddRange(IEnumerable<T>)

Adds the elements of the specified collection to the end of the List<T>.

First()

Returns the first element of the List.

GetRange(Int32, Int32)

Returns a List that will contain only the specified range of elements specified.

InsertAfter(T, T)

Inserts the element in the List after the first occurrence of specified element.

InsertAtHead(T)

Insert the specified value at the head of the List.

InsertAtTail(T)

Insert the specified value at the tail of the List.

InsertBefore(T, T)

Inserts the element in the List before the first occurrence of specified element.

Last()

Returns the last element of the List.

RemoveRange(IEnumerable<T>)

Removes the elements of the specified collection from the List<T>.

RemoveRange(Int32, Int32)

Removes a range of elements from the List<T>.

Trim(Int32, Int32)

Trim an existing List so that it will contain only the specified range of elements.

In This Article
  • Methods

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Professional
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
� Copyright Alachisoft 2002 - 2025. All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top