iControl.LocalLBProfileTCP.Endget_retransmit_threshold C# (CSharp) Method

Endget_retransmit_threshold() public method

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