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
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