Kanzi Connect  3.9.8
Kanzi Connect C++ API
kanzi::connect::detail::MethodInvocationContext Class Reference

Internal method invocation context. Not to be used in application code. More...

#include <genericserviceclient.hpp>

Public Types

typedef function< void(RPCResult< string >)> IntrospectionCallback
 Method prototype to be invoked when method execution has completed. More...
 
typedef shared_ptr< void > IntrospectionToken
 Registration token. More...
 

Public Attributes

IntrospectionCallback introspectionCallback
 
IntrospectionToken introspectionToken
 
int invocationBehavioral
 
Method::InvocationCallback invocationCallback
 
int invocationResult
 
MethodSharedPtr method
 

Detailed Description

Internal method invocation context. Not to be used in application code.

Member Typedef Documentation

◆ IntrospectionCallback

Method prototype to be invoked when method execution has completed.

◆ IntrospectionToken

Registration token.

Member Data Documentation

◆ introspectionCallback

IntrospectionCallback kanzi::connect::detail::MethodInvocationContext::introspectionCallback

◆ introspectionToken

IntrospectionToken kanzi::connect::detail::MethodInvocationContext::introspectionToken

◆ invocationBehavioral

int kanzi::connect::detail::MethodInvocationContext::invocationBehavioral

◆ invocationCallback

Method::InvocationCallback kanzi::connect::detail::MethodInvocationContext::invocationCallback

◆ invocationResult

int kanzi::connect::detail::MethodInvocationContext::invocationResult

◆ method

MethodSharedPtr kanzi::connect::detail::MethodInvocationContext::method

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