iControl.ManagementSNMPConfiguration.Beginset_readonly_user C# (CSharp) Method

Beginset_readonly_user() public method

public Beginset_readonly_user ( ManagementSNMPConfigurationWrapperUserInformation ro_user_info, System callback, object asyncState ) : System.IAsyncResult
ro_user_info ManagementSNMPConfigurationWrapperUserInformation
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_readonly_user(ManagementSNMPConfigurationWrapperUserInformation [] ro_user_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_readonly_user", new object[] {
            ro_user_info}, callback, asyncState);
        }
ManagementSNMPConfiguration