uaPLUS Reference
BeginConnect Method
See Also  Send Feedback
Opc.Ua.Bindings Namespace > TcpMessageSocket Class : BeginConnect Method

endpointUrl
callback
state

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function BeginConnect( _
   ByVal endpointUrl As Uri, _
   ByVal callback As AsyncCallback, _
   ByVal state As Object _
) As IAsyncResult
C# 
public IAsyncResult BeginConnect( 
   Uri endpointUrl,
   AsyncCallback callback,
   object state
)

Parameters

endpointUrl
callback
state

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.