iControl.ManagementSNMPConfiguration.Beginremove_agentx_information C# (CSharp) Method

Beginremove_agentx_information() public method

public Beginremove_agentx_information ( ManagementSNMPConfigurationAgentXInformation agentx_info, System callback, object asyncState ) : System.IAsyncResult
agentx_info ManagementSNMPConfigurationAgentXInformation
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_agentx_information(ManagementSNMPConfigurationAgentXInformation agentx_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_agentx_information", new object[] {
            agentx_info}, callback, asyncState);
        }
ManagementSNMPConfiguration