CaptureArchive.2 |
Scroll |
Sends a command to Thereforeā¢ Capture Client to archive the current batch.
Namespace: Therefore.API
Visual Basic Public Overridable Function CaptureArchive ( _ pServer As TheServer, _ pIndexData As TheIndexData, _ nFlags As TheCaptureArchiveFlags, _ hwndNotify As Integer _ ) C# public virtual void CaptureArchive ( TheServer pServer, TheIndexData pIndexData, TheCaptureArchiveFlags nFlags, int hwndNotify )
Parameters pServer Valid and connected TheServer used to retrieve keywords.
pIndexData TheIndexData containing at least a valid category number.
nFlags Flags for the archiving process
hwndNotify Window handle that will receive notification messages from the Capture Client.
Return Value None. |
|