C# Class Opc.Ua.HistoryUpdateResponseMessage

Afficher le fichier Open project: OPCFoundation/Misc-Tools

Méthodes publiques

Méthode Description
HistoryUpdateResponseMessage ( ) : System

Initializes an empty message.

HistoryUpdateResponseMessage ( HistoryUpdateResponse HistoryUpdateResponse ) : System

Initializes the message with the body.

HistoryUpdateResponseMessage ( ServiceFault ServiceFault ) : System

Initializes the message with a service fault.

Method Details

HistoryUpdateResponseMessage() public méthode

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

HistoryUpdateResponseMessage() public méthode

Initializes the message with the body.
public HistoryUpdateResponseMessage ( HistoryUpdateResponse HistoryUpdateResponse ) : System
HistoryUpdateResponse HistoryUpdateResponse
Résultat System

HistoryUpdateResponseMessage() public méthode

Initializes the message with a service fault.
public HistoryUpdateResponseMessage ( ServiceFault ServiceFault ) : System
ServiceFault ServiceFault
Résultat System