Opc.Ua.Core
OnConnectionStatusChanged Method



Opc.Ua Namespace > ServerBase Class : OnConnectionStatusChanged Method
Raised when a connection arrives and is waiting for a callback.
Syntax
'Declaration
 
Protected Overridable Sub OnConnectionStatusChanged( _
   ByVal sender As Object, _
   ByVal e As ConnectionStatusEventArgs _
) 
'Usage
 
Dim instance As ServerBase
Dim sender As Object
Dim e As ConnectionStatusEventArgs
 
instance.OnConnectionStatusChanged(sender, e)
protected virtual void OnConnectionStatusChanged( 
   object sender,
   ConnectionStatusEventArgs e
)
protected:
virtual void OnConnectionStatusChanged( 
   Object^ sender,
   ConnectionStatusEventArgs^ e
) 

Parameters

sender
e
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

ServerBase Class
ServerBase Members