iControl.LocalLBProfileHttp.Endget_passthrough_oversize_client_headers_state C# (CSharp) Method

Endget_passthrough_oversize_client_headers_state() public method

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