iControl.ManagementSNMPConfiguration.Beginremove_generic_traps C# (CSharp) Method

Beginremove_generic_traps() public method

public Beginremove_generic_traps ( ManagementSNMPConfigurationGenericSinkInformation sink_info, System callback, object asyncState ) : System.IAsyncResult
sink_info ManagementSNMPConfigurationGenericSinkInformation
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_generic_traps(ManagementSNMPConfigurationGenericSinkInformation [] sink_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_generic_traps", new object[] {
            sink_info}, callback, asyncState);
        }
ManagementSNMPConfiguration