C# Class Opc.Ua.EndpointBase.ServiceDefinition

Stores the definition of a service supported by the server.
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary

Public Methods

Method Description
Invoke ( IServiceRequest request ) : IServiceResponse

Processes the request.

ServiceDefinition ( Type requestType, InvokeServiceEventHandler invokeMethod ) : System

Initializes the object with its request type and implementation.

Method Details

Invoke() public method

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

ServiceDefinition() public method

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.
return System