iControl.NetworkingARP.Begindelete_static_entry C# (CSharp) Method

Begindelete_static_entry() public method

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