C# 클래스 Opc.Ua.CancelMessage

상속: IServiceMessage
파일 보기 프로젝트 열기: OPCFoundation/Misc-Tools 1 사용 예제들

공개 메소드들

메소드 설명
CancelMessage ( ) : System

Initializes an empty message.

CancelMessage ( CancelRequest CancelRequest ) : System

Initializes the message with the body.

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

메소드 상세

CancelMessage() 공개 메소드

Initializes an empty message.
public CancelMessage ( ) : System
리턴 System

CancelMessage() 공개 메소드

Initializes the message with the body.
public CancelMessage ( CancelRequest CancelRequest ) : System
CancelRequest CancelRequest
리턴 System

CreateResponse() 공개 메소드

public CreateResponse ( IServiceResponse response ) : object
response IServiceResponse
리턴 object

GetRequest() 공개 메소드

public GetRequest ( ) : IServiceRequest
리턴 IServiceRequest