IPWorks SNMP 2020 .NET Edition

Questions / Feedback?

ImportSymbols Event

List of imported symbols and the respective modules where they are declared.

Syntax

public event OnImportSymbolsHandler OnImportSymbols;

public delegate void OnImportSymbolsHandler(object sender, MibbrowserImportSymbolsEventArgs e);

public class MibbrowserImportSymbolsEventArgs : EventArgs {
  public string Symbols { get; }
  public string ModuleName { get; }
}
Public Event OnImportSymbols As OnImportSymbolsHandler

Public Delegate Sub OnImportSymbolsHandler(sender As Object, e As MibbrowserImportSymbolsEventArgs)

Public Class MibbrowserImportSymbolsEventArgs Inherits EventArgs
  Public ReadOnly Property Symbols As String
  Public ReadOnly Property ModuleName As String
End Class

Remarks

The Symbols parameter is a comma separated list of all symbols that must be imported from ModuleName.

The module is loaded through the LoadMib method.

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