IFileHelperAsyncEngineT Events |
The IFileHelperAsyncEngineT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | AfterReadRecord | Called in read operations just after the record was created from a record string. |
![]() | AfterWriteRecord | Called in write operations just after the record was converted to a string. |
![]() | BeforeReadRecord | Called in read operations just before the record string is translated to a record. |
![]() | BeforeWriteRecord | Called in write operations just before the record is converted to a string to write it. |
![]() | Progress | Called to notify progress. |