iControl.ManagementSNMPConfiguration.Beginget_exec C# (CSharp) Method

Beginget_exec() public method

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