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

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

public Beginremove_auth_trap_state ( CommonEnabledState state, System callback, object asyncState ) : System.IAsyncResult
state CommonEnabledState
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginremove_auth_trap_state(CommonEnabledState state, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_auth_trap_state", new object[] {
            state}, callback, asyncState);
        }
ManagementSNMPConfiguration