Opc.Ua.Core
BeginInvokeService Method (IEndpointBase)



Opc.Ua Namespace > IEndpointBase 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 IEndpointBase
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

IEndpointBase Interface
IEndpointBase Members