iControl.ManagementSNMPConfiguration.Beginremove_agent_trap_state C# (CSharp) Method

Beginremove_agent_trap_state() public method

public Beginremove_agent_trap_state ( CommonEnabledState state, System callback, object asyncState ) : System.IAsyncResult
state CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_agent_trap_state(CommonEnabledState state, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_agent_trap_state", new object[] {
            state}, callback, asyncState);
        }
ManagementSNMPConfiguration