iControl.NetworkingARP.Enddelete_static_entry_v2 C# (CSharp) Method

Enddelete_static_entry_v2() public method

public Enddelete_static_entry_v2 ( System asyncResult ) : void
asyncResult System
return void
        public void Enddelete_static_entry_v2(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }