iControl.ManagementSNMPConfiguration.Beginget_auth_trap_state C# (CSharp) 메소드

Beginget_auth_trap_state() 공개 메소드

public Beginget_auth_trap_state ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_auth_trap_state(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_auth_trap_state", new object[0], callback, asyncState);
        }
ManagementSNMPConfiguration