Opc.Ua.Core
EndOpen Method (UaSCUaBinaryTransportChannel)



Opc.Ua.Bindings Namespace > UaSCUaBinaryTransportChannel Class : EndOpen Method
The result returned from the BeginOpen call.
Completes an asynchronous operation to open a secure channel.
Syntax
'Declaration
 
Public Sub EndOpen( _
   ByVal result As IAsyncResult _
) 
'Usage
 
Dim instance As UaSCUaBinaryTransportChannel
Dim result As IAsyncResult
 
instance.EndOpen(result)
public void EndOpen( 
   IAsyncResult result
)
public:
void EndOpen( 
   IAsyncResult^ result
) 

Parameters

result
The result returned from the BeginOpen call.
Exceptions
ExceptionDescription
Thrown if any communication error occurs.
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

UaSCUaBinaryTransportChannel Class
UaSCUaBinaryTransportChannel Members
Open Method