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

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

Inherits UnifiedAutomation.UaBase.IServiceMessage.

Public Member Functions

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

Public Attributes

CancelRequest CancelRequest
 The body of the message. More...
 

Detailed Description

The message contract for the Cancel service.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.CancelMessage.CancelMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.CancelMessage.CancelMessage ( CancelRequest  CancelRequest)
inline

Initializes the message with the body.

Member Data Documentation

CancelRequest UnifiedAutomation.UaBase.CancelMessage.CancelRequest

The body of the message.


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