uaPLUS Reference
Republish Method
See Also  Send Feedback
Opc.Ua Namespace > ISessionChannel Interface : Republish Method

request

Glossary Item Box

Syntax

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