A get returns the revised rate of the last set call. A value of 0 disables or indicates a disabled KeepAlive handling. Errors are reported in the Notification event.
Visual Basic (Declaration) | |
---|---|
<CategoryAttribute("OPC")> <DefaultValueAttribute()> <DescriptionAttribute("Determines the rate of OPC DA V3 keepAlive callbacks. A value of 0 disables or indicates a disabled KeepAlive handling. ")> Public Property KeepAliveRate As Integer |
C# | |
---|---|
[CategoryAttribute("OPC")] [DefaultValueAttribute()] [DescriptionAttribute("Determines the rate of OPC DA V3 keepAlive callbacks. A value of 0 disables or indicates a disabled KeepAlive handling. ")] public int KeepAliveRate {get; set;} |