C# Class Opc.Ua.InvokeServiceResponseMessage

Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Méthodes publiques

Méthode Description
InvokeServiceResponseMessage ( ) : System.ServiceModel

Initializes an empty message.

InvokeServiceResponseMessage ( byte InvokeServiceResponse ) : System.ServiceModel

Initializes the message with the body.

Method Details

InvokeServiceResponseMessage() public méthode

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

InvokeServiceResponseMessage() public méthode

Initializes the message with the body.
public InvokeServiceResponseMessage ( byte InvokeServiceResponse ) : System.ServiceModel
InvokeServiceResponse byte The invoke service response.
Résultat System.ServiceModel