iControl.ManagementSNMPConfiguration.Beginremove_trap_community C# (CSharp) Method

Beginremove_trap_community() public method

public Beginremove_trap_community ( string community, System callback, object asyncState ) : System.IAsyncResult
community string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_trap_community(string community, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_trap_community", new object[] {
            community}, callback, asyncState);
        }
ManagementSNMPConfiguration