C# Class Opc.Ua.Client.MonitoredItemDataCache

An item in the cache
ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method 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 method

Constructs a cache for a monitored item.
public MonitoredItemDataCache ( int queueSize ) : System
queueSize int
return System

OnNotification() public method

Saves a notification in the cache.
public OnNotification ( MonitoredItemNotification notification ) : void
notification MonitoredItemNotification
return void

Publish() public method

Returns all values in the queue.
public Publish ( ) : IList
return IList

SetQueueSize() public method

Changes the queue size.
public SetQueueSize ( int queueSize ) : void
queueSize int
return void