iControl.ManagementSNMPConfiguration.Beginget_proxy C# (CSharp) Method

Beginget_proxy() public method

public Beginget_proxy ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_proxy(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_proxy", new object[0], callback, asyncState);
        }
ManagementSNMPConfiguration