C# Class Opc.Ua.SetPublishingModeResponseMessage

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

Public Methods

Method Description
SetPublishingModeResponseMessage ( ) : System

Initializes an empty message.

SetPublishingModeResponseMessage ( ServiceFault ServiceFault ) : System

Initializes the message with a service fault.

SetPublishingModeResponseMessage ( SetPublishingModeResponse SetPublishingModeResponse ) : System

Initializes the message with the body.

Method Details

SetPublishingModeResponseMessage() public method

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

SetPublishingModeResponseMessage() public method

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

SetPublishingModeResponseMessage() public method

Initializes the message with the body.
public SetPublishingModeResponseMessage ( SetPublishingModeResponse SetPublishingModeResponse ) : System
SetPublishingModeResponse SetPublishingModeResponse
return System