C# Class Opc.Ua.QueryNextResponseMessage

Afficher le fichier Open project: OPCFoundation/Misc-Tools

Méthodes publiques

Méthode Description
QueryNextResponseMessage ( ) : System

Initializes an empty message.

QueryNextResponseMessage ( QueryNextResponse QueryNextResponse ) : System

Initializes the message with the body.

QueryNextResponseMessage ( ServiceFault ServiceFault ) : System

Initializes the message with a service fault.

Method Details

QueryNextResponseMessage() public méthode

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

QueryNextResponseMessage() public méthode

Initializes the message with the body.
public QueryNextResponseMessage ( QueryNextResponse QueryNextResponse ) : System
QueryNextResponse QueryNextResponse
Résultat System

QueryNextResponseMessage() public méthode

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