C++ Based OPC UA Client/Server/PubSub SDK  1.7.6.537
OpcUa::MethodCallJob Class Reference

Helper class for executing methods in a worker thread pool job. More...

#include <opcua_baseobjecttype.h>

Inherits UaThreadPoolJob.

Public Member Functions

 MethodCallJob ()
 Constructs a helper object for executing methods in a worker thread pool job.
 
virtual ~MethodCallJob ()
 Destroys the helper object.
 
void execute ()
 Execute call from worker thread.
 
void initialize (BaseObjectType *pBaseObjectType, MethodManagerCallback *pCallback, const ServiceContext &serviceContext, OpcUa_UInt32 callbackHandle, MethodHandle *pMethodHandle, const UaVariantArray &inputArguments)
 Initialize thread pool job object.
 

Detailed Description

Helper class for executing methods in a worker thread pool job.


The documentation for this class was generated from the following files: