nn::nex::Station::OperationEnd Member Function

Syntax

virtual void OperationEnd(
     DOOperation * pOperation
);

Parameters

Name Description
in pOperation Passes a pointer to the operation object to execute next.

Return Values

None.

Description

Called every time a duplicated object system operation ends.

This function is called from the system side along with a pointer to the duplicated object system operation instance after that duplicated object system operation (DOOperation) completes. Call the Operation::GetType function to determine what type of operation is being performed.

Note: This function is provided so that it can be called by the system. Do not call it from the application.

See Also

OperationEnd

Revision History

2011/01/27
Initial version.

CONFIDENTIAL