.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.RepublishMessage Class Reference

The message contract for the Republish service. More...

Inherits UnifiedAutomation.UaBase.IServiceMessage.

Public Member Functions

 RepublishMessage ()
 Initializes an empty message. More...
 
 RepublishMessage (RepublishRequest RepublishRequest)
 Initializes the message with the body. More...
 
IServiceRequest GetRequest ()
 
object CreateResponse (IServiceResponse response)
 

Public Attributes

RepublishRequest RepublishRequest
 The body of the message. More...
 

Detailed Description

The message contract for the Republish service.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.RepublishMessage.RepublishMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.RepublishMessage.RepublishMessage ( RepublishRequest  RepublishRequest)
inline

Initializes the message with the body.

Member Data Documentation

RepublishRequest UnifiedAutomation.UaBase.RepublishMessage.RepublishRequest

The body of the message.


The documentation for this class was generated from the following file: