AnnotationDocumentPaginator.ComputePageCountAsync(Object) 方法

定义

启动内容的异步分页,使用新总数进行更新PageCount,并在完成时设置IsPageCountValidtrue

public:
 override void ComputePageCountAsync(System::Object ^ userState);
public override void ComputePageCountAsync(object userState);
override this.ComputePageCountAsync : obj -> unit
Public Overrides Sub ComputePageCountAsync (userState As Object)

参数

userState
Object

用于标识异步操作的应用程序定义对象。

注解

如果应用程序希望在完成之前取消异步操作,则 userState 参数适用于 CancelAsync 方法。

适用于

另请参阅