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

Beginget_agent_interface() public méthode

public Beginget_agent_interface ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_agent_interface(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_agent_interface", new object[0], callback, asyncState);
        }
ManagementSNMPConfiguration