Interface IBufferedItemsProcessor
Namespace: PoeShared.Services
Assembly: PoeShared.dll
Syntax
public interface IBufferedItemsProcessor : IDisposable, INotifyPropertyChanged
Properties
| Name | Description |
|---|---|
| BufferPeriod | |
| Capacity |
Methods
| Name | Description |
|---|---|
| Add<T>(BufferedItemState, T) | |
| Flush(bool) |
Extension Methods
NotifyPropertyChangedExtensions.GetPropertyName<TObject, T1>(TObject, Expression<Func<TObject, T1>>)
NotifyPropertyChangedExtensions.WhenAnyProperty<TObject, T1>(TObject, Expression<Func<TObject, T1>>)