Functions for Monitoring Operations
This section contains reference information on operation routines.
Table 15-20 Operation Routines
Function
slapi_op_abandoned()
slapi_op_get_type()
slapi_op_abandoned()
Determines whether or not the client has abandoned the current operation (the
operation that passes in the parameter block).
Syntax
#include "slapi-plugin.h"
int slapi_op_abandoned( Slapi_PBlock *pb );
Parameters
This function takes the following parameters:
pb
Description
This function allows you to verify if the operation associated to the
parameter has been abandoned. This function is useful to periodically check the
operations status of long-running plug-ins.
Returns
This function returns one of the following values:
•
1 if the operation has been abandoned.
•
0 if the operation has not been abandoned.
Description
Determines if the client has abandoned the current operation.
Gets the type of a Slapi_Operation.
Parameter block passed in from the current operation.
Functions for Monitoring Operations
pblock
Chapter 15
Function Reference
in the
419
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 6.2 - PLUG-IN and is the answer not in the manual?
Questions and answers