Interface AsyncReadOperation<T>

    • Method Detail

      • executeAsync

        void executeAsync​(AsyncReadBinding binding,
                          SingleResultCallback<T> callback)
        Deprecated. 
        General execute which can return anything of type T
        Parameters:
        binding - the binding to execute in the context of
        callback - the callback to be called when the operation has been executed