C# Class Opc.Ua.FindServersResponseMessage

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

Méthodes publiques

Méthode Description
FindServersResponseMessage ( ) : System

Initializes an empty message.

FindServersResponseMessage ( FindServersResponse FindServersResponse ) : System

Initializes the message with the body.

FindServersResponseMessage ( ServiceFault ServiceFault ) : System

Initializes the message with a service fault.

Method Details

FindServersResponseMessage() public méthode

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

FindServersResponseMessage() public méthode

Initializes the message with the body.
public FindServersResponseMessage ( FindServersResponse FindServersResponse ) : System
FindServersResponse FindServersResponse
Résultat System

FindServersResponseMessage() public méthode

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