iControl.ManagementSNMPConfiguration.Beginremove_create_user C# (CSharp) Method

Beginremove_create_user() public method

public Beginremove_create_user ( ManagementSNMPConfigurationUserInformation user_info, System callback, object asyncState ) : System.IAsyncResult
user_info ManagementSNMPConfigurationUserInformation
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_create_user(ManagementSNMPConfigurationUserInformation [] user_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_create_user", new object[] {
            user_info}, callback, asyncState);
        }
ManagementSNMPConfiguration