This method is used to obtain the load status of the object collection.
HRESULT get_LoadStatus(
     long *piStatus
);
Parameters
piStatus
     [out, retval]
     One of the constant values: READY, INPROGRESS, CANCELLED, or FAILED.
Return Value
S_OK
The method completed successfully.
The method failed to complete successfully.