iControl.NetworkingProfileMAP.Endget_ea_bits_length C# (CSharp) Method

Endget_ea_bits_length() public method

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