iControl.LocalLBProfileFastL4.Endset_keep_alive_interval C# (CSharp) Method

Endset_keep_alive_interval() public method

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