C# Class Opc.Ua.DeleteSubscriptionsResponseMessage

ファイルを表示 Open project: OPCFoundation/Misc-Tools

Public Methods

Method Description
DeleteSubscriptionsResponseMessage ( ) : System

Initializes an empty message.

DeleteSubscriptionsResponseMessage ( DeleteSubscriptionsResponse DeleteSubscriptionsResponse ) : System

Initializes the message with the body.

DeleteSubscriptionsResponseMessage ( ServiceFault ServiceFault ) : System

Initializes the message with a service fault.

Method Details

DeleteSubscriptionsResponseMessage() public method

Initializes an empty message.
public DeleteSubscriptionsResponseMessage ( ) : System
return System

DeleteSubscriptionsResponseMessage() public method

Initializes the message with the body.
public DeleteSubscriptionsResponseMessage ( DeleteSubscriptionsResponse DeleteSubscriptionsResponse ) : System
DeleteSubscriptionsResponse DeleteSubscriptionsResponse
return System

DeleteSubscriptionsResponseMessage() public method

Initializes the message with a service fault.
public DeleteSubscriptionsResponseMessage ( ServiceFault ServiceFault ) : System
ServiceFault ServiceFault
return System