detail::MethodInvocationContext¶
-
class
kanzi::connect::detail::MethodInvocationContext¶ Internal method invocation context. Not to be used in application code.
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.
Public Members
-
IntrospectionCallback
introspectionCallback¶
-
IntrospectionToken
introspectionToken¶
-
int
invocationBehavioral¶
-
Method::InvocationCallback
invocationCallback¶
-
int
invocationResult¶
-
MethodSharedPtr
method¶
-
typedef function<void(RPCResult<string>)>