Opc.Ua.Core
ConnectionWaitingEventArgs Constructor



Opc.Ua Namespace > ConnectionWaitingEventArgs Class : ConnectionWaitingEventArgs Constructor
The Uri of the server.
The endpoint Url of the server.
Create a connection waiting event for a reverse hello message.
Syntax
'Declaration
 
Protected Function New( _
   ByVal serverUri As String, _
   ByVal endpointUrl As Uri _
)
'Usage
 
Dim serverUri As String
Dim endpointUrl As Uri
 
Dim instance As New ConnectionWaitingEventArgs(serverUri, endpointUrl)
protected ConnectionWaitingEventArgs( 
   string serverUri,
   Uri endpointUrl
)
protected:
ConnectionWaitingEventArgs( 
   String^ serverUri,
   Uri^ endpointUrl
)

Parameters

serverUri
The Uri of the server.
endpointUrl
The endpoint Url of the server.
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

ConnectionWaitingEventArgs Class
ConnectionWaitingEventArgs Members