uaPLUS Reference
TcpAsyncOperation<T> Constructor
See Also  Send Feedback
Opc.Ua.Bindings Namespace > TcpAsyncOperation<T> Class : TcpAsyncOperation<T> Constructor

timeout
callback
asyncState

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal timeout As Integer, _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
)
C# 
public TcpAsyncOperation<T>( 
   int timeout,
   AsyncCallback callback,
   object asyncState
)

Parameters

timeout
callback
asyncState

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.