nn::nex::OperationCallback::CallMethod Member Function

Syntax

virtual void CallMethod(
     Operation * pOperation
) = 0;

Parameters

Name Description
pOperation [in] The pointer to the system operation where this OperationCallback is called.

Return Values

None.

Description

Implements this OperationCallback.

This function defines what kind of process will be run when this OperationCallback is called.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL