C# 클래스 Opc.Ua.EndpointBase.ServiceDefinition

Stores the definition of a service supported by the server.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary

공개 메소드들

메소드 설명
Invoke ( IServiceRequest request ) : IServiceResponse

Processes the request.

ServiceDefinition ( Type requestType, InvokeServiceEventHandler invokeMethod ) : System

Initializes the object with its request type and implementation.

메소드 상세

Invoke() 공개 메소드

Processes the request.
public Invoke ( IServiceRequest request ) : IServiceResponse
request IServiceRequest The request.
리턴 IServiceResponse

ServiceDefinition() 공개 메소드

Initializes the object with its request type and implementation.
public ServiceDefinition ( Type requestType, InvokeServiceEventHandler invokeMethod ) : System
requestType System.Type Type of the request.
invokeMethod InvokeServiceEventHandler The invoke method.
리턴 System