iControl.ManagementSNMPConfiguration.remove_system_information C# (CSharp) Method

remove_system_information() private method

private remove_system_information ( ManagementSNMPConfigurationSystemInformation system_info ) : void
system_info ManagementSNMPConfigurationSystemInformation
return void
        public void remove_system_information(
		ManagementSNMPConfigurationSystemInformation system_info
	)
        {
            this.Invoke("remove_system_information", new object [] {
                system_info});
        }
ManagementSNMPConfiguration