Opc.Ua.Core
BeginOpen Method (UaChannelBase)



Opc.Ua Namespace > UaChannelBase Class : BeginOpen Method
Begins an asynchronous operation to open a secure channel with the endpoint identified by the URL.
Syntax
'Declaration
 
Public Function BeginOpen( _
   ByVal callback As AsyncCallback, _
   ByVal callbackData As Object _
) As IAsyncResult
'Usage
 
Dim instance As UaChannelBase
Dim callback As AsyncCallback
Dim callbackData As Object
Dim value As IAsyncResult
 
value = instance.BeginOpen(callback, callbackData)

Parameters

callback
callbackData
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

UaChannelBase Class
UaChannelBase Members