C# Class Opc.Ua.SetMonitoringModeResponseMessage

Afficher le fichier Open project: OPCFoundation/Misc-Tools

Méthodes publiques

Méthode Description
SetMonitoringModeResponseMessage ( ) : System

Initializes an empty message.

SetMonitoringModeResponseMessage ( ServiceFault ServiceFault ) : System

Initializes the message with a service fault.

SetMonitoringModeResponseMessage ( SetMonitoringModeResponse SetMonitoringModeResponse ) : System

Initializes the message with the body.

Method Details

SetMonitoringModeResponseMessage() public méthode

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

SetMonitoringModeResponseMessage() public méthode

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

SetMonitoringModeResponseMessage() public méthode

Initializes the message with the body.
public SetMonitoringModeResponseMessage ( SetMonitoringModeResponse SetMonitoringModeResponse ) : System
SetMonitoringModeResponse SetMonitoringModeResponse
Résultat System