iControl.ManagementSNMPConfiguration.Beginremove_proxy C# (CSharp) Method

Beginremove_proxy() public method

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