iControl.NetworkingProfileWCCPGRE.Endget_wccp_version C# (CSharp) Method

Endget_wccp_version() public method

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