ResolveAllPromises
TheResolveAllPromisesmethod resolves all promises in this storage unit.
void ResolveAllPromises ();DISCUSSION
To resolve a promise, the storage unit calls theFulfillPromisemethod of the part that made the promise.This method does not change the current focus context.
EXCEPTIONS
kODErrZeroRefCount- This storage unit has a reference count of 0.
SEE ALSO
TheODPart::FulFillPromisemethod (page 521).
TheODStorageUnit::ClearAllPromisesmethod (page 672).