Information

This site will undergo a brief period of maintenance on Friday, 16 October at 2 AM Central/12:30 PM IST. During a 30 minute window, site availability will be intermittent.

AREANeedToSyncCallback


Description

This function determines whether the user information in the server cache is valid. The 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 after the last authentication request.

Here, in order to be thread-safe, the plug-in must protect any global information or resources accessed with appropriate mutual exclusion locks.

A non-zero return value instructs the AR System server to remove 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 returned.

 

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

BMC Helix Innovation Suite 25.3