virtual void CallMethod( Operation * pOperation ) = 0;
Name | Description | |
---|---|---|
pOperation | [in] The pointer to the system operation where this OperationCallback is called. |
Implements this OperationCallback
.
This function defines what kind of process will be run when this OperationCallback
is called.
CONFIDENTIAL