void OperationBegin( const DOOperation * pOperation );
Name | Description | |
---|---|---|
in | pOperation | The duplicated object system operation that tried to start executing is specified. |
Called by the system when DOOperation
will have an effect on a dataset.
This function is called by the system when system operations (DOOperation
) start executing on Duplicated Objects. Duplicated Object system operations that may execute include any of the following AddToStoreOperation
, RemoveFromStoreOperation
, ChangeMasterStationOperation
, ChangeDupSetOperation
, UpdateDataSetOperation
.
CONFIDENTIAL