iControl.LocalLBProfileTCP.Endset_fast_open_state C# (CSharp) Method

Endset_fast_open_state() public method

public Endset_fast_open_state ( System asyncResult ) : void
asyncResult System
return void
        public void Endset_fast_open_state(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
LocalLBProfileTCP