iControl.ManagementSNMPConfiguration.Beginget_readonly_user C# (CSharp) Method

Beginget_readonly_user() public method

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