C# Class Opc.Ua.UnregisterNodesResponseMessage

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

Public Methods

Method Description
UnregisterNodesResponseMessage ( ) : System

Initializes an empty message.

UnregisterNodesResponseMessage ( ServiceFault ServiceFault ) : System

Initializes the message with a service fault.

UnregisterNodesResponseMessage ( UnregisterNodesResponse UnregisterNodesResponse ) : System

Initializes the message with the body.

Method Details

UnregisterNodesResponseMessage() public method

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

UnregisterNodesResponseMessage() public method

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

UnregisterNodesResponseMessage() public method

Initializes the message with the body.
public UnregisterNodesResponseMessage ( UnregisterNodesResponse UnregisterNodesResponse ) : System
UnregisterNodesResponse UnregisterNodesResponse
return System