C# Class Opc.Ua.CloseSessionMessage

Inheritance: IServiceMessage
ファイルを表示 Open project: OPCFoundation/Misc-Tools Class Usage Examples

Public Methods

Method Description
CloseSessionMessage ( ) : System

Initializes an empty message.

CloseSessionMessage ( CloseSessionRequest CloseSessionRequest ) : System

Initializes the message with the body.

CreateResponse ( IServiceResponse response ) : object
GetRequest ( ) : IServiceRequest

Method Details

CloseSessionMessage() public method

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

CloseSessionMessage() public method

Initializes the message with the body.
public CloseSessionMessage ( CloseSessionRequest CloseSessionRequest ) : System
CloseSessionRequest CloseSessionRequest
return System

CreateResponse() public method

public CreateResponse ( IServiceResponse response ) : object
response IServiceResponse
return object

GetRequest() public method

public GetRequest ( ) : IServiceRequest
return IServiceRequest