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. | |
typedef shared_ptr< void > | IntrospectionToken |
Registration token. | |
Internal method invocation context. Not to be used in application code.
typedef function<void(RPCResult<string>)> kanzi::connect::detail::MethodInvocationContext::IntrospectionCallback |
Method prototype to be invoked when method execution has completed.
typedef shared_ptr<void> kanzi::connect::detail::MethodInvocationContext::IntrospectionToken |
Registration token.
IntrospectionCallback kanzi::connect::detail::MethodInvocationContext::introspectionCallback |
IntrospectionToken kanzi::connect::detail::MethodInvocationContext::introspectionToken |
int kanzi::connect::detail::MethodInvocationContext::invocationBehavioral |
Method::InvocationCallback kanzi::connect::detail::MethodInvocationContext::invocationCallback |
int kanzi::connect::detail::MethodInvocationContext::invocationResult |
MethodSharedPtr kanzi::connect::detail::MethodInvocationContext::method |