Uiinfrastructure API Docs  
 

HTMLElement.SetFlushAfterDisplay Method 

Call this method to cause the IXPResponse.Flush() method to be called after this element displays itself. This will only cause a flushing of the response buffer if the IXPResponse object is passed to the display method.

public virtual void SetFlushAfterDisplay(
   bool b
);

Parameters

b
boolean

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace