.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.RepublishResponseMessage Class Reference

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

Public Member Functions

 RepublishResponseMessage ()
 Initializes an empty message. More...
 
 RepublishResponseMessage (RepublishResponse RepublishResponse)
 Initializes the message with the body. More...
 
 RepublishResponseMessage (ServiceFault ServiceFault)
 Initializes the message with a service fault. More...
 

Public Attributes

RepublishResponse RepublishResponse
 The body of the message. More...
 

Detailed Description

The message contract for the Republish service response.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.RepublishResponseMessage.RepublishResponseMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.RepublishResponseMessage.RepublishResponseMessage ( RepublishResponse  RepublishResponse)
inline

Initializes the message with the body.

UnifiedAutomation.UaBase.RepublishResponseMessage.RepublishResponseMessage ( ServiceFault  ServiceFault)
inline

Initializes the message with a service fault.

Member Data Documentation

RepublishResponse UnifiedAutomation.UaBase.RepublishResponseMessage.RepublishResponse

The body of the message.


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