iControl.LocalLBProfileFastHttp.Endget_http11_close_workarounds_state C# (CSharp) Method

Endget_http11_close_workarounds_state() public method

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