Opc.Ua.Core
CompleteReverseHello Method (TcpServerChannel)



Opc.Ua.Bindings Namespace > TcpServerChannel Class : CompleteReverseHello Method
Called to indicate an error or success if the listener channel initiated a reverse hello connection.
Syntax
'Declaration
 
Protected Overrides Sub CompleteReverseHello( _
   ByVal e As Exception _
) 
'Usage
 
Dim instance As TcpServerChannel
Dim e As Exception
 
instance.CompleteReverseHello(e)
protected override void CompleteReverseHello( 
   Exception e
)
protected:
void CompleteReverseHello( 
   Exception^ e
) override 

Parameters

e
Remarks
The callback is only used by the server channel. The listener channel uses the callback to indicate an error condition to the server channel.
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

TcpServerChannel Class
TcpServerChannel Members