iControl.NetworkingProfileMAP.Endget_port_offset C# (CSharp) Method

Endget_port_offset() public method

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