C# 클래스 Opc.Ua.InvokeServiceMessage

파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
InvokeServiceMessage ( ) : System.ServiceModel

Initializes an empty message.

InvokeServiceMessage ( byte InvokeServiceRequest ) : System.ServiceModel

Initializes the message with the body.

메소드 상세

InvokeServiceMessage() 공개 메소드

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

InvokeServiceMessage() 공개 메소드

Initializes the message with the body.
public InvokeServiceMessage ( byte InvokeServiceRequest ) : System.ServiceModel
InvokeServiceRequest byte The invoke service request.
리턴 System.ServiceModel