C# Class Opc.Ua.CancelResponseMessage

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

Public Methods

Method Description
CancelResponseMessage ( ) : System

Initializes an empty message.

CancelResponseMessage ( CancelResponse CancelResponse ) : System

Initializes the message with the body.

CancelResponseMessage ( ServiceFault ServiceFault ) : System

Initializes the message with a service fault.

Method Details

CancelResponseMessage() public method

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

CancelResponseMessage() public method

Initializes the message with the body.
public CancelResponseMessage ( CancelResponse CancelResponse ) : System
CancelResponse CancelResponse
return System

CancelResponseMessage() public method

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