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

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

Public Member Functions

 CloseSessionResponseMessage ()
 Initializes an empty message. More...
 
 CloseSessionResponseMessage (CloseSessionResponse CloseSessionResponse)
 Initializes the message with the body. More...
 
 CloseSessionResponseMessage (ServiceFault ServiceFault)
 Initializes the message with a service fault. More...
 

Public Attributes

CloseSessionResponse CloseSessionResponse
 The body of the message. More...
 

Detailed Description

The message contract for the CloseSession service response.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.CloseSessionResponseMessage.CloseSessionResponseMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.CloseSessionResponseMessage.CloseSessionResponseMessage ( CloseSessionResponse  CloseSessionResponse)
inline

Initializes the message with the body.

UnifiedAutomation.UaBase.CloseSessionResponseMessage.CloseSessionResponseMessage ( ServiceFault  ServiceFault)
inline

Initializes the message with a service fault.

Member Data Documentation

CloseSessionResponse UnifiedAutomation.UaBase.CloseSessionResponseMessage.CloseSessionResponse

The body of the message.


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