public void add_static_entry( NetworkingARPStaticEntry [] entries ) { this.Invoke("add_static_entry", new object [] { entries}); }
public System.IAsyncResult Begindelete_static_entry(NetworkingARPStaticEntry [] entries, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("delete_static_entry", new object[] { entries}, callback, asyncState); }