iControl.ManagementSNMPConfiguration.Beginget_generic_traps_v2 C# (CSharp) Method

Beginget_generic_traps_v2() public method

public Beginget_generic_traps_v2 ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_generic_traps_v2(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_generic_traps_v2", new object[0], callback, asyncState);
        }
ManagementSNMPConfiguration