iControl.ManagementSNMPConfiguration.Beginset_agentx_information C# (CSharp) Method

Beginset_agentx_information() public method

public Beginset_agentx_information ( ManagementSNMPConfigurationAgentXInformation agentx_info, System callback, object asyncState ) : System.IAsyncResult
agentx_info ManagementSNMPConfigurationAgentXInformation
callback System
asyncState object
return System.IAsyncResult
        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);
        }
ManagementSNMPConfiguration