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.

ClassDescription
System_CAPS_pubclassCimAsyncMultipleResults(Of T)

Represents a pending asynchronous operation that returns zero, one, or more objects.

System_CAPS_pubclassCimAsyncResult(Of T)

Represents a pending asynchronous operation that returns a single object.

System_CAPS_pubclassCimAsyncStatus

Represents a pending asynchronous operation that does not return an object.

System_CAPS_pubclassCimKeyedCollection(Of T)

Represents a collection of objects. The objects can be enumerated (the order is undefined), or they can be accessed by their name.

System_CAPS_pubclassCimReadOnlyKeyedCollection(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.

Return to top

Community Additions

ADD
Show: