C# Класс Opc.Ua.Client.MonitoredItemDataCache

An item in the cache
Показать файл Открыть проект

Открытые методы

Метод Описание
MonitoredItemDataCache ( int queueSize ) : System

Constructs a cache for a monitored item.

OnNotification ( MonitoredItemNotification notification ) : void

Saves a notification in the cache.

Publish ( ) : IList

Returns all values in the queue.

SetQueueSize ( int queueSize ) : void

Changes the queue size.

Описание методов

MonitoredItemDataCache() публичный Метод

Constructs a cache for a monitored item.
public MonitoredItemDataCache ( int queueSize ) : System
queueSize int
Результат System

OnNotification() публичный Метод

Saves a notification in the cache.
public OnNotification ( MonitoredItemNotification notification ) : void
notification MonitoredItemNotification
Результат void

Publish() публичный Метод

Returns all values in the queue.
public Publish ( ) : IList
Результат IList

SetQueueSize() публичный Метод

Changes the queue size.
public SetQueueSize ( int queueSize ) : void
queueSize int
Результат void