C# Class Opc.Ua.CloseSessionMessage

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

Méthodes publiques

Méthode Description
CloseSessionMessage ( ) : System

Initializes an empty message.

CloseSessionMessage ( CloseSessionRequest CloseSessionRequest ) : System

Initializes the message with the body.

CreateResponse ( IServiceResponse response ) : object
GetRequest ( ) : IServiceRequest

Method Details

CloseSessionMessage() public méthode

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

CloseSessionMessage() public méthode

Initializes the message with the body.
public CloseSessionMessage ( CloseSessionRequest CloseSessionRequest ) : System
CloseSessionRequest CloseSessionRequest
Résultat System

CreateResponse() public méthode

public CreateResponse ( IServiceResponse response ) : object
response IServiceResponse
Résultat object

GetRequest() public méthode

public GetRequest ( ) : IServiceRequest
Résultat IServiceRequest