C# Class Opc.Ua.CloseSessionResponseMessage

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

Public Methods

Method Description
CloseSessionResponseMessage ( ) : System

Initializes an empty message.

CloseSessionResponseMessage ( CloseSessionResponse CloseSessionResponse ) : System

Initializes the message with the body.

CloseSessionResponseMessage ( ServiceFault ServiceFault ) : System

Initializes the message with a service fault.

Method Details

CloseSessionResponseMessage() public method

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

CloseSessionResponseMessage() public method

Initializes the message with the body.
public CloseSessionResponseMessage ( CloseSessionResponse CloseSessionResponse ) : System
CloseSessionResponse CloseSessionResponse
return System

CloseSessionResponseMessage() public method

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