C# 클래스 Opc.Ua.CloseSessionResponseMessage

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

공개 메소드들

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