'Declaration Protected Overridable Sub ProcessConvertationStatusResultIds( _
ByVal cacheManagerA cache manager that manages cache of converted files.As Vintasoft.Imaging.Web.Services.ConvertedFilesCacheManager, _
ByVal imageConvertingStatusThe image converting status object.As Vintasoft.Imaging.Web.Services.ImageConvertingStatus _
)
protected virtual void ProcessConvertationStatusResultIds(
Vintasoft.Imaging.Web.Services.ConvertedFilesCacheManager cacheManager,
Vintasoft.Imaging.Web.Services.ImageConvertingStatus imageConvertingStatus
)
protected: virtual void ProcessConvertationStatusResultIds(
Vintasoft.Imaging.Web.Services.ConvertedFilesCacheManager* cacheManager,
Vintasoft.Imaging.Web.Services.ImageConvertingStatus* imageConvertingStatus
)
protected:
virtual void ProcessConvertationStatusResultIds(
Vintasoft.Imaging.Web.Services.ConvertedFilesCacheManager^ cacheManager,
Vintasoft.Imaging.Web.Services.ImageConvertingStatus^ imageConvertingStatus
)
Parameters
- cacheManager
- A cache manager that manages cache of converted files.
- imageConvertingStatus
- The image converting status object.