Creates a IPageEnumerator that is positioned before the same page
as the checkpoint. As with other new IPageEnumerator objects, you must
call IPageEnumerator.NextPage() before using the page contents.
The resumed IPageEnumerator can fetch pages from the server, as usual,
but it uses the IConnection object passed to this method instead
of the original IConnection object.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Shared Function ResumeInstance ( _
conn As IConnection, _
checkpoint As Byte() _
) As IPageEnumerator |
JavaScript |
---|
FileNet.Api.Core.PageEnumerator.resumeInstance = function(conn, checkpoint); |
Parameters
- conn
- Type: FileNet.Api.Core..::.IConnection
The IConnection instance over which to resume
- checkpoint
- Type: array<
System..::.Byte
>[]()[]
The checkpoint data, see
GetCurrentPageCheckpoint
or GetCurrentNextCheckpoint.
Return Value
The resumed
IPageEnumerator instance