iControl.ManagementSNMPConfiguration.Beginremove_readonly_user C# (CSharp) Метод

Beginremove_readonly_user() публичный Метод

public Beginremove_readonly_user ( ManagementSNMPConfigurationWrapperUserInformation ro_user_info, System callback, object asyncState ) : System.IAsyncResult
ro_user_info ManagementSNMPConfigurationWrapperUserInformation
callback System
asyncState object
Результат 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