C# Class Opc.Ua.PublishMessage

Inheritance: IServiceMessage
Afficher le fichier Open project: OPCFoundation/Misc-Tools Class Usage Examples

Méthodes publiques

Méthode Description
CreateResponse ( IServiceResponse response ) : object
GetRequest ( ) : IServiceRequest
PublishMessage ( ) : System

Initializes an empty message.

PublishMessage ( PublishRequest PublishRequest ) : System

Initializes the message with the body.

Method Details

CreateResponse() public méthode

public CreateResponse ( IServiceResponse response ) : object
response IServiceResponse
Résultat object

GetRequest() public méthode

public GetRequest ( ) : IServiceRequest
Résultat IServiceRequest

PublishMessage() public méthode

Initializes an empty message.
public PublishMessage ( ) : System
Résultat System

PublishMessage() public méthode

Initializes the message with the body.
public PublishMessage ( PublishRequest PublishRequest ) : System
PublishRequest PublishRequest
Résultat System