Opc.Ua.Core
AsyncResultBase Constructor(AsyncCallback,Object,Int32)



Opc.Ua Namespace > AsyncResultBase Class > AsyncResultBase Constructor : AsyncResultBase Constructor(AsyncCallback,Object,Int32)
The callback to use when the operation completes.
The callback data.
The timeout for the operation.
Initializes a new instance of the AsyncResultBase class.
Syntax
'Declaration
 
Public Function New( _
   ByVal callback As AsyncCallback, _
   ByVal callbackData As Object, _
   ByVal timeout As Integer _
)
'Usage
 
Dim callback As AsyncCallback
Dim callbackData As Object
Dim timeout As Integer
 
Dim instance As New AsyncResultBase(callback, callbackData, timeout)
public AsyncResultBase( 
   AsyncCallback callback,
   object callbackData,
   int timeout
)
public:
AsyncResultBase( 
   AsyncCallback^ callback,
   Object^ callbackData,
   int timeout
)

Parameters

callback
The callback to use when the operation completes.
callbackData
The callback data.
timeout
The timeout for the 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

Reference

AsyncResultBase Class
AsyncResultBase Members
Overload List