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

Beginremove_agent_interface() public méthode

public Beginremove_agent_interface ( ManagementSNMPConfigurationAgentInterface agent_intf, System callback, object asyncState ) : System.IAsyncResult
agent_intf ManagementSNMPConfigurationAgentInterface
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginremove_agent_interface(ManagementSNMPConfigurationAgentInterface agent_intf, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_agent_interface", new object[] {
            agent_intf}, callback, asyncState);
        }
ManagementSNMPConfiguration