iControl.ManagementSNMPConfiguration.Beginremove_readonly_user C# (CSharp) Method

Beginremove_readonly_user() public method

public Beginremove_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 Beginremove_readonly_user(ManagementSNMPConfigurationWrapperUserInformation [] ro_user_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_readonly_user", new object[] {
            ro_user_info}, callback, asyncState);
        }
ManagementSNMPConfiguration