Asynchronous Operation

See Also

Loading of object instance collections can be asynchronous. The calling thread should check to determine whether the load is complete. If the calling thread tries to read data, refresh the collection, or construct an enumerator while loading is in progress, it will be blocked until the load is complete.

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.