C# 클래스 Opc.Ua.HistoryUpdateResponseMessage

파일 보기 프로젝트 열기: OPCFoundation/Misc-Tools

공개 메소드들

메소드 설명
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