Opc.Ua.Core
BeginInvokeService Method (IChannelBase)



Opc.Ua Namespace > IChannelBase Interface : BeginInvokeService Method
The operation contract for the InvokeService service.
Syntax
'Declaration
 
Function BeginInvokeService( _
   ByVal request As InvokeServiceMessage, _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
'Usage
 
Dim instance As IChannelBase
Dim request As InvokeServiceMessage
Dim callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginInvokeService(request, callback, asyncState)

Parameters

request
callback
asyncState
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

IChannelBase Interface
IChannelBase Members