public System.IAsyncResult Beginset_agentx_information(ManagementSNMPConfigurationAgentXInformation agentx_info, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_agentx_information", new object[] {
     agentx_info}, callback, asyncState);
 }
        public void set_agentx_information(
		ManagementSNMPConfigurationAgentXInformation agentx_info
	)
        {
            this.Invoke("set_agentx_information", new object [] {
                agentx_info});
        }