endIndividualRequestsLogging

endIndividualRequestsLogging(samplingHandle: Integer;
                             userNumber:     Integer;
                             userText:       String);

The endIndividualRequestsLogging method of the System class terminates the sampling of individual requests or cache activities started by the beginIndividualRequestsLogging method of the System class for each of the nodes in the sample definition group and invokes the NodeSamplIntervalCallBack entry point with the eventType parameter of the entry point set to 2.

The endIndividualRequestsLogging method parameters are listed in the following table.

Parameter Description
samplingHandle Identifies the sampling context returned by the beginSampleGroupDefinition method when sampling started
userNumber Identifies the sample in the corresponding user library invocations
userText In conjunction with the userNumber parameter, identifies the sample

The following code fragment shows an example of the endIndividualRequestsLogging method and its parameters.

system.endIndividualRequestsLogging(samplingHandle, 4, "End logging of                                     remote requests");

The JADE-supplied library writes an endInterval record (type 12) containing your specified user number and text to the output file. For more details, see Chapter 4 of the JADE Object Manager Guide.