IProvQueue

Exposes a set of methods for submitting and managing queued Key Architecture Elements in the Key Architecture Elements of Key Architecture Elements.

Implementation

IProvQueue is implemented in mapsclient.dll. It inherits from IDispatch.

Accessing IProvQueue from C++ Code

The client include file, Provisioning.h, resides in the \inc subdirectory of the installed MPF SDK [HMC SDK]. Include this file in any application you write that sends requests to a queue manager. For creating the object, the prog ID is Provisioning.ProvQueueClient.1 and the class ID is CLSID_ProvQueueClient.

Public Methods

IProvQueue::Activate

Activates a queued Key Architecture Elements that was suspended.

IProvQueue::AddDependency

Establishes a parent-child relationship between two queued requests.

IProvQueue::Delete

Deletes a queued request.

IProvQueue::QueryResults

Retrieves the response XML for a queued request.

IProvQueue::QueryStatus

Retrieves the current status of a queued request.

IProvQueue::SubmitRequest

Submits a queued request.

IProvQueue::SubmitTrustedRequest

Submits a trusted queued request.

Applies To