Opc.Ua.Core
AttachChannel Method (IClientBase)



Opc.Ua Namespace > IClientBase Interface : AttachChannel Method
Channel to be used by the client
Attach the channel to an already created client.
Syntax
'Declaration
 
Sub AttachChannel( _
   ByVal channel As ITransportChannel _
) 
'Usage
 
Dim instance As IClientBase
Dim channel As ITransportChannel
 
instance.AttachChannel(channel)
void AttachChannel( 
   ITransportChannel channel
)
void AttachChannel( 
   ITransportChannel^ channel
) 

Parameters

channel
Channel to be used by the client
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

IClientBase Interface
IClientBase Members