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

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

public Beginset_trap_community ( string community, System callback, object asyncState ) : System.IAsyncResult
community string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginset_trap_community(string community, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_trap_community", new object[] {
            community}, callback, asyncState);
        }
ManagementSNMPConfiguration