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

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

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

Метод Описание
HistoryUpdateResponseMessage ( ) : System

Initializes an empty message.

HistoryUpdateResponseMessage ( HistoryUpdateResponse HistoryUpdateResponse ) : System

Initializes the message with the body.

HistoryUpdateResponseMessage ( ServiceFault ServiceFault ) : System

Initializes the message with a service fault.

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

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

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

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

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

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

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