iControl.ManagementSNMPConfiguration.Beginremove_trap_sinks C# (CSharp) Method

Beginremove_trap_sinks() public method

public Beginremove_trap_sinks ( ManagementSNMPConfigurationSinkType sink_type, ManagementSNMPConfigurationSinkInformation sink_info, System callback, object asyncState ) : System.IAsyncResult
sink_type ManagementSNMPConfigurationSinkType
sink_info ManagementSNMPConfigurationSinkInformation
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_trap_sinks(ManagementSNMPConfigurationSinkType sink_type,ManagementSNMPConfigurationSinkInformation [] sink_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_trap_sinks", new object[] {
            sink_type,
            sink_info}, callback, asyncState);
        }
ManagementSNMPConfiguration