iControl.NetworkingARP.Begindelete_static_entry_v2 C# (CSharp) Method

Begindelete_static_entry_v2() public method

public Begindelete_static_entry_v2 ( string entries, System callback, object asyncState ) : System.IAsyncResult
entries string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_static_entry_v2(string [] entries, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_static_entry_v2", new object[] {
            entries}, callback, asyncState);
        }