IPWorks SNMP 2020 Delphi Edition

Questions / Feedback?

CacheEntry Event

Shows in the internal cache.

Syntax

type TCacheEntryEvent = procedure (
  Sender: TObject;
  const User: String;
  const AuthenticationProtocol: String;
  const AuthenticationPassword: String;
  const EncryptionAlgorithm: String;
  const EncryptionPassword: String
) of Object;

property OnCacheEntry: TCacheEntryEvent read FOnCacheEntry write FOnCacheEntry;

Remarks

CacheEntry events are triggered by a call to ShowCache. One event is fired for each user.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 Delphi Edition - Version 20.0 [Build 8202]