C# Класс Opc.Ua.CloseSessionResponseMessage

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CloseSessionResponseMessage() публичный Метод

Initializes an empty message.
public CloseSessionResponseMessage ( ) : System
Результат System

CloseSessionResponseMessage() публичный Метод

Initializes the message with the body.
public CloseSessionResponseMessage ( CloseSessionResponse CloseSessionResponse ) : System
CloseSessionResponse CloseSessionResponse
Результат System

CloseSessionResponseMessage() публичный Метод

Initializes the message with a service fault.
public CloseSessionResponseMessage ( ServiceFault ServiceFault ) : System
ServiceFault ServiceFault
Результат System