clearRequest method
Obsolete. Clears all requests in the read-requests queue to prepare for new profile-information requests.
Syntax
var retval = userProfile.clearRequest();Parameters
This method has no parameters.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Standards information
There are no standards that apply here.
Remarks
As of Windows Internet Explorer 7, this method is obsolete and should not be used.
See also
- userProfile
- Reference
- addReadRequest
- doReadRequest
- getAttribute
Show: