iControl.LocalLBProfileSPDY.Endget_receive_window C# (CSharp) Method

Endget_receive_window() public method

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