OPCDA.NET Reference Manual
Remove Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET.Controls Namespace > DAGroup Class : Remove Method

tag
User defined data associated with the object.
onCompleted
Completion event handler: void xxx( BGException ex, object tag ){}

Glossary Item Box

Available in the OPCDA.NET Professional Edition only.
This operation is stopped and the group is removed in the OPC server. The group can be reactivated by calling the Create() method again. The call returns after the request is queued. The processing is handled asynchronously. Completion and errors are reported in the specified completion event handler. If no completion handler is specified then error are reported in the Notification event handler of the associated DAServer object.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal tag As Object, _
   ByVal onCompleted As DaRequestCompleted _
) 
C# 
public void Remove( 
   object tag,
   DaRequestCompleted onCompleted
)

Parameters

tag
User defined data associated with the object.
onCompleted
Completion event handler: void xxx( BGException ex, object tag ){}

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.