uaPLUS Reference
BeginSendRequest Method
See Also  Send Feedback
Opc.Ua.Bindings Namespace > TcpClientChannel Class : BeginSendRequest Method

request
timeout
callback
state

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function BeginSendRequest( _
   ByVal request As IServiceRequest, _
   ByVal timeout As Integer, _
   ByVal callback As AsyncCallback, _
   ByVal state As Object _
) As IAsyncResult
C# 
public IAsyncResult BeginSendRequest( 
   IServiceRequest request,
   int timeout,
   AsyncCallback callback,
   object state
)

Parameters

request
timeout
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.