DIWbemObjectSink

[This is preliminary documentation and subject to change.]

The DIWbemObjectSink interface is a sink interface used for all types of notifications within the CIMOM programming model. Clients implement this interface to receive the results of the asynchronous methods of DIWbemServices and event notifications.

In general, call Indicate to provide objects. After that, call SetStatus to indicate the end of the notification sequence. SetStatus can also be called to indicate errors when no objects are provided to the sink.

Methods

Indicate Provides notification objects to the implementer.
SetStatus Provides notification status to the implementer.