iControl.NetworkingARP.Endcreate_static_entry C# (CSharp) Method

Endcreate_static_entry() public method

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