iControl.ManagementSNMPConfiguration.Beginremove_agent_interface C# (CSharp) Method

Beginremove_agent_interface() public method

public Beginremove_agent_interface ( ManagementSNMPConfigurationAgentInterface agent_intf, System callback, object asyncState ) : System.IAsyncResult
agent_intf ManagementSNMPConfigurationAgentInterface
callback System
asyncState object
return 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