EasyUA Reference
BeginInvokeService Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > IEndpointBase Interface : BeginInvokeService Method

request
callback
asyncState

Glossary Item Box

The operation contract for the InvokeService service.

Syntax

Visual Basic (Usage)Copy Code
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)
C# 
[OperationContractAttribute(Action="http://opcfoundation.org/UA/2008/02/Services.wsdl/InvokeService", 
   ReplyAction="http://opcfoundation.org/UA/2008/02/Services.wsdl/InvokeServiceResponse", 
   AsyncPattern=true)]
IAsyncResult BeginInvokeService( 
   InvokeServiceMessage request,
   AsyncCallback callback,
   object asyncState
)

Parameters

request
callback
asyncState

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.