C# 클래스 Opc.Ua.Client.MonitoredItemDataCache

An item in the cache
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
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