public void set_readwrite_user( ManagementSNMPConfigurationWrapperUserInformation [] rw_user_info ) { this.Invoke("set_readwrite_user", new object [] { rw_user_info}); }
public System.IAsyncResult Beginset_readwrite_user(ManagementSNMPConfigurationWrapperUserInformation [] rw_user_info, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("set_readwrite_user", new object[] { rw_user_info}, callback, asyncState); }
public void remove_readonly_user( ManagementSNMPConfigurationWrapperUserInformation [] ro_user_info ) { this.Invoke("remove_readonly_user", new object [] { ro_user_info}); }