iControl.NetworkingARP.Endget_static_entry C# (CSharp) Method

Endget_static_entry() public method

public Endget_static_entry ( System asyncResult ) : iControl.NetworkingARPStaticEntry[]
asyncResult System
return iControl.NetworkingARPStaticEntry[]
        public NetworkingARPStaticEntry[] Endget_static_entry(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((NetworkingARPStaticEntry [])(results[0]));
        }