iControl.ManagementSNMPConfiguration.remove_agentx_information C# (CSharp) Method

remove_agentx_information() private method

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