inline bool NeedsResolve() const;
NeedsResolve determines if we need to resolve the resource. If so, either ResolveResource or CancelResolve can be called to resolve the resource.
Note that release of all bind handles is treated as cancel.
A Boolean value of true if the resolve is needed otherwise false.