A get is from the OpcGroup property. To force a read of the update rate from the OPC server, the method RefrGrp.OpcGrp.GetStat() has to be called to refresh the cache.
On set the OPC server is updated. The server may set a revised value. The actually set UpdateRate can be checked by reading this property.
Visual Basic (Declaration) | |
---|---|
Public Property UpdateRate As Integer |
C# | |
---|---|
public int UpdateRate {get; set;} |