IP*Works! S/SNMP V9 - Online Help
IP*Works! S/SNMP V9
Questions / Feedback?

CacheEntry Event

Shows engines and users in the internal cache.

Syntax

[VB.NET]
Public Event OnCacheEntry As OnCacheEntryHandler
[C#]
public event OnCacheEntryHandler OnCacheEntry;

public delegate void OnCacheEntryHandler(object sender, SnmptrapmgrCacheEntryEventArgs e);

class SnmptrapmgrCacheEntryEventArgs : EventArgs {
  string EngineId {get;}  byte[] EngineIdB {get;}
  int EngineBoots {get;}
  int EngineTime {get;}
  string User {get;}
  string AuthenticationProtocol {get;}
  string AuthenticationPassword {get;}
  string EncryptionAlgorithm {get;}
  string EncryptionPassword {get;}
}

Remarks

CacheEntry events are triggered by a call to ShowCache. One event is fired for each user and engine. If there are no users for a particular engine, a single event is fired with the engine information, but empty values for user information.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0