iControl.ManagementSNMPConfiguration.Beginset_trap_community C# (CSharp) Method

Beginset_trap_community() public method

public Beginset_trap_community ( string community, System callback, object asyncState ) : System.IAsyncResult
community string
callback System
asyncState object
return 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