class OperationCallback : public nn::nex::RootObject
Defines callback functions for system operations.
In order to implement the callback function for the given system operation (Operation
), you need to create a derived class from this class and then use the OperationManager::RegisterCallback
function to register the implementation of CallMethod
to OperationManager
. The OperationCallback
class is used to get information, such as why a station has left a session, or details about the migration of a duplicated object (where control over the duplicated object moves from one station to another).
OperationCallback | Initializes an object. | |
---|---|---|
PV |
CallMethod
|
Implements this OperationCallback . |
GetPriority
|
Gets the priority of OperationCallback . |
nn::nex::RootObject
nn::nex::OperationCallback
CONFIDENTIAL