iControl.ManagementSNMPConfiguration.Beginset_proxy C# (CSharp) Method

Beginset_proxy() public method

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