Information

This site will undergo a brief period of maintenance on Thursday, 23 April at 2:30 AM Central/1:00 PM IST. During a 30 minute window, site availability may be intermittent.

Default language.

AREANeedToSyncCallback


Description

This function determines whether the user information in the server cache is invalid. The BMC Remedy AR System server periodically checks with the AREA plug-in to determine whether any in-memory copies of user information have expired. The plug-in server calls this function if it receives an authentication request from the server at least five minutes since the last authentication request.

To be thread-safe, your plug-in must protect any global information or resources accessed here with appropriate mutual exclusion locks.

A nonzero return value instructs the BMC Remedy AR System server to expire its internally stored user information.

Synopsis


#include "area.h"

int AREANeedToSyncCallback(
   void *object)

Input arguments

object

Pointer to the plug-in instance that the call to ARPluginCreateInstance returns.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

Remedy Action Request System 20.02