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

bForce
The bForce flag is supported only for backwards compatibility. It is very strongly recommended that client software avoid use of this flag.

Glossary Item Box

Remove the associated OPC group and release all interfaces.
Existing callbacks are UnAdvised and then the server function IOPCServer::RemoveGroup is called.

Syntax

Visual Basic (Declaration) 
Public Function Remove( _
   ByVal bForce As Boolean _
) As Integer
C# 
public int Remove( 
   bool bForce
)

Parameters

bForce
The bForce flag is supported only for backwards compatibility. It is very strongly recommended that client software avoid use of this flag.

Return Value

HRESULT success/error code

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.