OPCDA.NET-UA
ClearItemSamplingRate Method
See Also  Send Feedback
OpcDaNetUaOption.Net4 Assembly > UA_Wrapper Namespace > Group Class : ClearItemSamplingRate Method

handles
Array of Server items handles.
errors

Glossary Item Box

Clears the sampling rate on individual items, which was previously set with SetItemSamplingRate. ( Available in OPC DA V3 servers only ).
The item will revert back to the update rate of the group.

Syntax

Visual Basic (Declaration) 
Public Function ClearItemSamplingRate( _
   ByVal handles() As Integer, _
   ByRef errors As Integer() _
) As Integer
C# 
public int ClearItemSamplingRate( 
   int[] handles,
   out int[] errors
)

Parameters

handles
Array of Server items handles.
errors

Return Value

HRESULT success/error code

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2

See Also

Copyright © 2020 Advosol Inc. All Rights Reserved.