StringRegNodePollingTime Property

CVB.Net Documentation
Gets or sets the polling time of this value.

Namespace:  Stemmer.Cvb.GevServer
Assembly:  Stemmer.Cvb.GevServer (in Stemmer.Cvb.GevServer.dll) Version: 14.0.0.0
Syntax

public TimeSpan PollingTime { get; set; }

Property Value

Type: TimeSpan
If this node is not intended to be polled Zero is returned/set.

Implements

IConfigurableRegisterNodePollingTime
IValueNodePollingTime
Remarks

Attention: here only this node is directly queried and not also the nodes it depends on! This differs from the Stemmer.Cvb.GenApi implementation.
See Also

Reference