Available in the OPCDA.NET Professional Edition only.
The processing is stopped, the group removed in the server and all resources are released. The group cannot be recreated. Disposing the associated DAServer object disposes all associated DAGroup object. The application therefore only needs to dispose the DAServer object.
Syntax
Visual Basic (Declaration) | |
---|
Public Overloads Shadows Sub Dispose()
|
C# | |
---|
public new void Dispose()
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x
See Also