clsagfw_check_resource()

The clsagfw_check_resource() function initiates a check action on a specific resource.

Syntax

void clsagfw_check_resource(const oratext *pResId)

Parameters

pResId: Identification of the resource

Notes

Agents can use this function in entry points or in other background threads to initiate a check action on a specific resource. The agent framework schedules and executes the check action in another thread. This function has no effect if invoked from a CHECK entry point.