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

get_agentx_information() 개인적인 메소드

private get_agentx_information ( ) : ManagementSNMPConfigurationAgentXInformation
리턴 ManagementSNMPConfigurationAgentXInformation
        public ManagementSNMPConfigurationAgentXInformation get_agentx_information(

	)
        {
            object [] results = this.Invoke("get_agentx_information", new object [0]);
            return ((ManagementSNMPConfigurationAgentXInformation)(results[0]));
        }
ManagementSNMPConfiguration