uaPLUS Reference
InvokeService Method
See Also  Send Feedback
Opc.Ua Namespace > IChannelBase Interface : InvokeService Method

request

Glossary Item Box

Syntax

Visual Basic (Declaration) 
<OperationContractAttribute(Action="http://opcfoundation.org/UA/2008/02/Services.wsdl/InvokeService", ReplyAction="http://opcfoundation.org/UA/2008/02/Services.wsdl/InvokeServiceResponse")>
Function InvokeService( _
   ByVal request As InvokeServiceMessage _
) As InvokeServiceResponseMessage
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 XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.