Autodesk FDO Bulk Copy Utility API Reference
From FDO Utility Bulk Copy API
| API Reference | Autodesk FDO Bulk Copy Utility |
FdoIBulkCopyProgressArgs Class Reference
List of all members.Detailed Description
The FdoIBulkCopyProgressArgs class represents the bulk copy progress reporting argument class.
Definition at line 30 of file FdoIBulkCopyProgressArgs.h.
Public Member Functions | |
| virtual FDOBULKCOPY_API FdoInt32 | GetNumberInserted ()=0 |
| Returned the number of object successfully insert in the target datastore. | |
| virtual FDOBULKCOPY_API FdoInt32 | GetNumberRead ()=0 |
| Returned the number of object read from the source datastore. | |
| virtual FDOBULKCOPY_API void | SetStatus (FdoBulkCopyProgressStatus status)=0 |
| Change the status value in order to continue or interrupt current bulk copy operation. | |
| Comments? |