Opc.Ua.Core
SilentDispose(IDisposable) Method



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

Parameters

disposable
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