iControl.NetworkingProfileFEC.Endget_decode_queue C# (CSharp) Method

Endget_decode_queue() public method

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