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

remove_agentx_information() 개인적인 메소드

private remove_agentx_information ( ManagementSNMPConfigurationAgentXInformation agentx_info ) : void
agentx_info ManagementSNMPConfigurationAgentXInformation
리턴 void
        public void remove_agentx_information(
		ManagementSNMPConfigurationAgentXInformation agentx_info
	)
        {
            this.Invoke("remove_agentx_information", new object [] {
                agentx_info});
        }
ManagementSNMPConfiguration