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

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

Inherits UnifiedAutomation.UaBase.IServiceMessage.

Public Member Functions

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

Public Attributes

CloseSessionRequest CloseSessionRequest
 The body of the message. More...
 

Detailed Description

The message contract for the CloseSession service.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.CloseSessionMessage.CloseSessionMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.CloseSessionMessage.CloseSessionMessage ( CloseSessionRequest  CloseSessionRequest)
inline

Initializes the message with the body.

Member Data Documentation

CloseSessionRequest UnifiedAutomation.UaBase.CloseSessionMessage.CloseSessionRequest

The body of the message.


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