iControl.ManagementSNMPConfiguration.Beginget_generic_traps C# (CSharp) Méthode

Beginget_generic_traps() public méthode

public Beginget_generic_traps ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_generic_traps(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_generic_traps", new object[0], callback, asyncState);
        }
ManagementSNMPConfiguration