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.
| Class | Description | |
|---|---|---|
![]() | CimAsyncMultipleResults(Of T) | Represents a pending asynchronous operation that returns zero, one, or more objects. |
![]() | CimAsyncResult(Of T) | Represents a pending asynchronous operation that returns a single object. |
![]() | CimAsyncStatus | Represents a pending asynchronous operation that does not return an object. |
![]() | CimKeyedCollection(Of T) | Represents a collection of objects. The objects can be enumerated (the order is undefined), or they can be accessed by their name. |
![]() | CimReadOnlyKeyedCollection(Of 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. |
