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

ImportSymbols Event

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

Syntax

[VB.NET]
Public Event OnImportSymbols As OnImportSymbolsHandler
[C#]
public event OnImportSymbolsHandler OnImportSymbols;

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

class MibbrowserImportSymbolsEventArgs : EventArgs {
  string Symbols {get;}
  string ModuleName {get;}
}

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) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0