The IDCMAgentCallback interface, in Configuration Manager, represents the callback for the Desired Configuration Management Agent. This interface inherits from IUnknown.

In This Section

The following table lists the methods in the IDCMAgentCallback interface.

Term Definition

IDCMAgentCallback::NotifyComplete Method

Notifies the caller that a Desired Configuration Management agent job has been completed.

IDCMAgentCallback::NotifyError Method

Notifies the caller that a Desired Configuration Management agent job has failed to be completed.

IDCMAgentCallback::NotifyProgress Method

Notifies the caller of progress made on a Desired Configuration Management agent job.

UUID

The UUID for IDCMAgentCallback is 513FB8A1-67E9-4f18-8E77-0CBD6BE95708.

See Also