Opc.Ua.Core
Close Method (UaSCUaBinaryClientChannel)



Opc.Ua.Bindings Namespace > UaSCUaBinaryClientChannel Class : Close Method
Closes a connection with the server.
Syntax
'Declaration
 
Public Sub Close( _
   ByVal timeout As Integer _
) 
'Usage
 
Dim instance As UaSCUaBinaryClientChannel
Dim timeout As Integer
 
instance.Close(timeout)
public void Close( 
   int timeout
)
public:
void Close( 
   int timeout
) 

Parameters

timeout
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

UaSCUaBinaryClientChannel Class
UaSCUaBinaryClientChannel Members