When overridden in the derived class, performs the binding of the dynamic invoke operation if the target dynamic object cannot bind.
The System.Dynamic.DynamicMetaObject representing the result of the binding.
This method is called by the target when the target implements the invoke member operation as a sequence of get member, and invoke, to let the System.Dynamic.DynamicMetaObject request the binding of the invoke operation only.