C# Class Opc.Ua.CloseSessionResponseMessage

Afficher le fichier Open project: OPCFoundation/Misc-Tools

Méthodes publiques

Méthode Description
CloseSessionResponseMessage ( ) : System

Initializes an empty message.

CloseSessionResponseMessage ( CloseSessionResponse CloseSessionResponse ) : System

Initializes the message with the body.

CloseSessionResponseMessage ( ServiceFault ServiceFault ) : System

Initializes the message with a service fault.

Method Details

CloseSessionResponseMessage() public méthode

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

CloseSessionResponseMessage() public méthode

Initializes the message with the body.
public CloseSessionResponseMessage ( CloseSessionResponse CloseSessionResponse ) : System
CloseSessionResponse CloseSessionResponse
Résultat System

CloseSessionResponseMessage() public méthode

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