Opc.Ua.Core
SilentDispose(Object) Method



Opc.Ua Namespace > Utils Class > SilentDispose Method : SilentDispose(Object) Method
Suppresses any exceptions while disposing the object.
Syntax
'Declaration
 
Public Overloads Shared Sub SilentDispose( _
   ByVal objectToDispose As Object _
) 
'Usage
 
Dim objectToDispose As Object
 
Utils.SilentDispose(objectToDispose)
public static void SilentDispose( 
   object objectToDispose
)
public:
static void SilentDispose( 
   Object^ objectToDispose
) 

Parameters

objectToDispose
Remarks
Writes errors to trace output in DEBUG builds.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utils Class
Utils Members
Overload List