uaPLUS Reference
RegisterServer Method
See Also  Send Feedback
Opc.Ua Namespace > IRegistrationChannel Interface : RegisterServer Method

request

Glossary Item Box

Syntax

Visual Basic (Declaration) 
<OperationContractAttribute(Action="http://opcfoundation.org/UA/2008/02/Services.wsdl/RegisterServer", ReplyAction="http://opcfoundation.org/UA/2008/02/Services.wsdl/RegisterServerResponse")>
<FaultContractAttribute(DetailType=Opc.Ua.ServiceFault, 
   Action="http://opcfoundation.org/UA/2008/02/Services.wsdl/RegisterServerFault", 
   Name="ServiceFault", 
   Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Function RegisterServer( _
   ByVal request As RegisterServerMessage _
) As RegisterServerResponseMessage
C# 
[OperationContractAttribute(Action="http://opcfoundation.org/UA/2008/02/Services.wsdl/RegisterServer", ReplyAction="http://opcfoundation.org/UA/2008/02/Services.wsdl/RegisterServerResponse")]
[FaultContractAttribute(DetailType=Opc.Ua.ServiceFault, 
   Action="http://opcfoundation.org/UA/2008/02/Services.wsdl/RegisterServerFault", 
   Name="ServiceFault", 
   Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
RegisterServerResponseMessage RegisterServer( 
   RegisterServerMessage 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.