Opc.Ua.Core
Completed Event (TcpMessageSocketAsyncEventArgs)



Opc.Ua.Bindings Namespace > TcpMessageSocketAsyncEventArgs Class : Completed Event
Syntax
'Declaration
 
Public Event Completed As EventHandler(Of IMessageSocketAsyncEventArgs)
'Usage
 
Dim instance As TcpMessageSocketAsyncEventArgs
Dim handler As EventHandler(Of IMessageSocketAsyncEventArgs)
 
AddHandler instance.Completed, handler
Event Data

The event handler receives an argument of type IMessageSocketAsyncEventArgs containing data related to this event. The following IMessageSocketAsyncEventArgs properties provide information specific to this event.

PropertyDescription
Gets the data buffer to use with an asynchronous socket method.  
Gets or sets an array of data buffers to use with an asynchronous socket method.  
Gets the number of bytes transferred in the socket operation.  
Gets the result of the asynchronous socket operation.  
Gets the SocketError string of the asynchronous socket operation.  
Gets or sets a user or application object associated with this asynchronous socket operation.  
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