.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaBase.PublishResponseMessage Class Reference

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

Public Member Functions

 PublishResponseMessage ()
 Initializes an empty message. More...
 
 PublishResponseMessage (PublishResponse PublishResponse)
 Initializes the message with the body. More...
 
 PublishResponseMessage (ServiceFault ServiceFault)
 Initializes the message with a service fault. More...
 

Public Attributes

PublishResponse PublishResponse
 The body of the message. More...
 

Detailed Description

The message contract for the Publish service response.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.PublishResponseMessage.PublishResponseMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.PublishResponseMessage.PublishResponseMessage ( PublishResponse  PublishResponse)
inline

Initializes the message with the body.

UnifiedAutomation.UaBase.PublishResponseMessage.PublishResponseMessage ( ServiceFault  ServiceFault)
inline

Initializes the message with a service fault.

Member Data Documentation

PublishResponse UnifiedAutomation.UaBase.PublishResponseMessage.PublishResponse

The body of the message.


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