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

request

Glossary Item Box

The operation contract for the InvokeService service.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As IChannelBase
Dim request As InvokeServiceMessage
Dim value As InvokeServiceResponseMessage
 
value = instance.InvokeService(request)
C# 
[OperationContractAttribute(Action="http://opcfoundation.org/UA/2008/02/Services.wsdl/InvokeService", ReplyAction="http://opcfoundation.org/UA/2008/02/Services.wsdl/InvokeServiceResponse")]
InvokeServiceResponseMessage InvokeService( 
   InvokeServiceMessage request
)

Parameters

request

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.