Interface TPCResult<T>


  • public interface TPCResult<T>
    Generic TPCResult interface that is parameterized to return any type of result object, based SDK api, it might return results like bool value, some list object etc..
    Since:
    1.1
    Version:
    1.0
    • Method Detail

      • getResult

        T getResult()
        Abstract method - which is used to return result of any of object, based on SDK api