iControl.NetworkingProfileFEC.Endget_decode_idle_timeout C# (CSharp) Method

Endget_decode_idle_timeout() public method

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