Interface _ISupportForceRefresh

  • All Superinterfaces:
    com4j.Com4jObject

    public interface _ISupportForceRefresh
    extends com4j.Com4jObject
    For HP use only. Allows controlling whether TDFilter should force refresh.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean forceRefresh()
      For HP use only.
      void forceRefresh​(boolean pVal)
      For HP use only.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • forceRefresh

        boolean forceRefresh()

        For HP use only. Should Refresh be Forced.

        Getter method for the COM property "ForceRefresh"

        Returns:
        Returns a value of type boolean
      • forceRefresh

        void forceRefresh​(boolean pVal)

        For HP use only. Should Refresh be Forced.

        Setter method for the COM property "ForceRefresh"

        Parameters:
        pVal - Mandatory boolean parameter.