iControl.ManagementSNMPConfiguration.Beginremove_agent_trap_state C# (CSharp) Метод

Beginremove_agent_trap_state() публичный Метод

public Beginremove_agent_trap_state ( CommonEnabledState state, System callback, object asyncState ) : System.IAsyncResult
state CommonEnabledState
callback System
asyncState object
Результат 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