nn::nex::DataSet::OperationEnd Member Function

Syntax

void OperationEnd(
     const DOOperation * pOperation
);

Parameters

Name Description
in pOperation Specifies the duplicated object system operation that executed.

Return Values

None.

Description

Called by the system after DOOperation has had an effect on a dataset.

This function is called by the system after a system operation (DOOperation) has executed on a Duplicated Object. Duplicated Object system operations that may execute include any of the following AddToStoreOperation, RemoveFromStoreOperation, ChangeMasterStationOperation, ChangeDupSetOperation, UpdateDataSetOperation.

See Also

OperationBegin, DuplicatedObject::OperationEnd

Revision History

2011/01/27
Initial version.

CONFIDENTIAL