C# Class Opc.Ua.CancelMessage

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

Méthodes publiques

Méthode Description
CancelMessage ( ) : System

Initializes an empty message.

CancelMessage ( CancelRequest CancelRequest ) : System

Initializes the message with the body.

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

Method Details

CancelMessage() public méthode

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

CancelMessage() public méthode

Initializes the message with the body.
public CancelMessage ( CancelRequest CancelRequest ) : System
CancelRequest CancelRequest
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