| Rank | Score | Title/Information |
|---|
| 51 |
|
Packaged Delivery Drivers
This chapter describes the DDA method of specifying drivers, and how the pre-defined delivery drivers work. Using DDA to Specify Drivers Basic Protocols for Supplied Drivers
|
| 52 |
|
Notes on Optimizing Watched Collections
If you use the mkvdk -purge option on a watched collection, it is likely that some documents will be missed by the profiler. You should always shut down vdkwatch before performing a purge on a watched collection. For example, if you start vdkwatch and th
|
| 53 |
|
DlvTransactionReadBatch
The DlvTransactionReadBatch function reads transaction definitions for one or more selected transactions in a repository. Argument Type/Description search DlvSearch The delivery search handle. Argument Type/Description transCount VdkInt4 The number of tr
|
| 54 |
|
vdkwatch Examples
The following are examples of the various ways in which you might start, stop, and resume the profiler application using vdkwatch. This vdkwatch command performs all of the functions described earlier under "Starting vdkwatch without Optional Arguments."
|
| 55 |
|
DlvTransactionFree
The DlvTransactionFree function frees a DlvTransaction handle, and all its associated resources. The DlvTransaction handle is created by a DlvTransactionNew call. Argument Type/Description transaction DlvTransaction The DlvTransaction handle returned by
|
| 56 |
|
DlvTransactionNew
transaction DlvTransaction* A pointer to an API transaction handle. Argument Type/Description transactionId DlvTransactionId The unique transaction ID. Valid values include: DocSpec_Collection identified by collection name; *_Gateway identified by colle
|
| 57 |
|
Delivery Transaction Suite
The transaction suite allows you to create and maintain a transaction repository. It is only used if the transaction is delivered to a repository. The transaction suite consists of the following functions:
|
| 58 |
|
DlvSearchGetInfoFree
The DlvSearchGetInfoFree function frees an DlvSearchGetOut handle, and all its associated resources. The DlvSearchGetOut handle is created by an DlvSearchGetInfo call. Argument Type/Description getOut DlvSearchGetOut The DlvSearchGetOut handle returned b
|
| 59 |
|
DlvSearchGetInfo
Argument Type/Description search DlvSearch A delivery search handle. getArg DlvSearchGetArgRec* A pointer to a populated DlvSearchGetArgRec structure. Member Type/Description dlvSearch DlvSearch The delivery search handle the information was requested of.
|
| 60 |
|
DlvSearchFree
The DlvSearchFree function frees a DlvSearch handle, and all its associated resources. The DlvSearch handle is created by an DlvSearch call. Argument Type/Description search DlvSearch The DlvSearch handle returned by DlvSearchNew.
|