iControl.ManagementSNMPConfiguration.Beginset_readwrite_user C# (CSharp) Method

Beginset_readwrite_user() public method

public Beginset_readwrite_user ( ManagementSNMPConfigurationWrapperUserInformation rw_user_info, System callback, object asyncState ) : System.IAsyncResult
rw_user_info ManagementSNMPConfigurationWrapperUserInformation
callback System
asyncState object
return System.IAsyncResult
        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);
        }
ManagementSNMPConfiguration