iControl.ManagementSNMPConfiguration.remove_system_information C# (CSharp) 메소드

remove_system_information() 개인적인 메소드

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