.NET Based OPC UA Client/Server SDK  3.3.0.530
UnifiedAutomation.UaServer.IAsyncMethodDispatcher Interface Reference

A interface to an object which implements method calls. More...

Public Member Functions

CallAsyncMethodEventHandler GetAsyncMethodDispatcher (RequestContext context, NodeId objectId, NodeId methodId)
 Gets the method dispatcher. More...
 

Detailed Description

A interface to an object which implements method calls.

Member Function Documentation

CallAsyncMethodEventHandler UnifiedAutomation.UaServer.IAsyncMethodDispatcher.GetAsyncMethodDispatcher ( RequestContext  context,
NodeId  objectId,
NodeId  methodId 
)

Gets the method dispatcher.

Parameters
contextThe request context.
objectIdThe object id.
methodIdThe method id.
Returns
A delegate for a method that can be called to execute the method.

The documentation for this interface was generated from the following file: