iControl.ManagementSNMPConfiguration.Beginremove_agentx_information C# (CSharp) Méthode

Beginremove_agentx_information() public méthode

public Beginremove_agentx_information ( ManagementSNMPConfigurationAgentXInformation agentx_info, System callback, object asyncState ) : System.IAsyncResult
agentx_info ManagementSNMPConfigurationAgentXInformation
callback System
asyncState object
Résultat 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