API Reference > OdRx Classes > OdDgRxEventReactor Class > OdDgRxEventReactor Methods > beginWblock Method > OdDgRxEventReactor::beginWblock Method (OdDgDatabase*, OdDgDatabase*)
OdDgRxEventReactor::beginWblock Method (OdDgDatabase*, OdDgDatabase*)
Syntax
C++
virtual void beginWblock(OdDgDatabase* pToDb, OdDgDatabase* pFromDb);
Parameters 
Description 
OdDgDatabase* pToDb 
[in] Destination database.  
OdDgDatabase* pFromDb 
[in] Source database. 

Notification function called while one database is being wblocked to another. 

 

This function is called during the operation. 

The entire pFromDb database is wblocked to pToDb.

  • abortWblock
  • beginWblockObjects
  • endWblock
  • otherWblock
  • wblockNotice

Copyright © 2002–2020. Open Design Alliance. All rights reserved.