iControl.ManagementSNMPConfiguration.Beginremove_agent_interface C# (CSharp) 메소드

Beginremove_agent_interface() 공개 메소드

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