iControl.LocalLBProfileFastL4.Endget_tcp_strip_sackok_state C# (CSharp) Method

Endget_tcp_strip_sackok_state() public method

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