C# Класс Opc.Ua.EndpointBase.ServiceDefinition

Stores the definition of a service supported by the server.
Показать файл Открыть проект

Открытые методы

Метод Описание
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