iControl.ManagementSNMPConfiguration.Endremove_generic_traps C# (CSharp) Method

Endremove_generic_traps() public method

public Endremove_generic_traps ( System asyncResult ) : void
asyncResult System
return void
        public void Endremove_generic_traps(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
ManagementSNMPConfiguration