'Declaration Protected Overridable Sub ProcessFileConversionStatusResultIds( _
ByVal cacheManagerA cache manager that manages cache of converted files.As Vintasoft.Imaging.Web.Services.ConvertedFilesCacheManager, _
ByVal fileConversionStatusThe file converting status object.As Vintasoft.Imaging.Web.Services.FileConversionStatus _
)
protected virtual void ProcessFileConversionStatusResultIds(
Vintasoft.Imaging.Web.Services.ConvertedFilesCacheManager cacheManager,
Vintasoft.Imaging.Web.Services.FileConversionStatus fileConversionStatus
)
protected: virtual void ProcessFileConversionStatusResultIds(
Vintasoft.Imaging.Web.Services.ConvertedFilesCacheManager* cacheManager,
Vintasoft.Imaging.Web.Services.FileConversionStatus* fileConversionStatus
)
protected:
virtual void ProcessFileConversionStatusResultIds(
Vintasoft.Imaging.Web.Services.ConvertedFilesCacheManager^ cacheManager,
Vintasoft.Imaging.Web.Services.FileConversionStatus^ fileConversionStatus
)
Parameters
- cacheManager
- A cache manager that manages cache of converted files.
- fileConversionStatus
- The file converting status object.