C# Class Opc.Ua.Client.MonitoredItemDataCache

An item in the cache
Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
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.

Method Details

MonitoredItemDataCache() public méthode

Constructs a cache for a monitored item.
public MonitoredItemDataCache ( int queueSize ) : System
queueSize int
Résultat System

OnNotification() public méthode

Saves a notification in the cache.
public OnNotification ( MonitoredItemNotification notification ) : void
notification MonitoredItemNotification
Résultat void

Publish() public méthode

Returns all values in the queue.
public Publish ( ) : IList
Résultat IList

SetQueueSize() public méthode

Changes the queue size.
public SetQueueSize ( int queueSize ) : void
queueSize int
Résultat void