Microsoft.Management.Infrastructure.Generic Namespace
This namespace contains classes that represent pending asynchronous operations, as well as classes that represent collections of objects that can be enumerated or accessed by name.
Classes
Class | Description | |
---|---|---|
![]() |
CimAsyncMultipleResults<T> | Represents a pending asynchronous operation that returns zero, one, or more objects. |
![]() |
CimAsyncResult<T> | Represents a pending asynchronous operation that returns a single object. |
![]() |
CimAsyncStatus | Represents a pending asynchronous operation that does not return an object. |
![]() |
CimKeyedCollection<T> | Represents a collection of objects. The objects can be enumerated (the order is undefined), or they can be accessed by their name. |
![]() |
CimReadOnlyKeyedCollection<T> | Represents a read-only collection of objects. The objects can be enumerated (the order is undefined), or they can be accessed by their name. |
Return to top