此方法在适用于 Linux 和 Windows 的 FRE 中实现。
不要将同一页面反复加入队列。
HRESULT ProcessPageAsync(
IFRPage* Page,
IPageProcessingParams* Params,
QueuePushingModeEnum Mode
);
void ProcessPageAsync(
IFRPage Page,
PageProcessingParams Params,
QueuePushingModeEnum Mode
);
Function ProcessPageAsync( _
Page As IFRPage, _
Params As PageProcessingParams, _
Mode As QueuePushingModeEnum _
)
此页面对您有帮助吗?