IReposErrorQueueHandler::SetErrorQueue

Meta Data Services Programming

Meta Data Services Programming

IReposErrorQueueHandler::SetErrorQueue

This method assigns the specified repository error queue to the current thread context.

HRESULT SetErrorQueue(
    IRepositoryErrorQueue    *pIErrorQueue
);

Parameters

pIErrorQueue

[in]
The interface pointer for the error queue to be assigned to this thread.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IReposErrorQueue Interface

IReposErrorQueueHandler Interface