CimAsyncMultipleResults<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename T>
public ref class CimAsyncMultipleResults : IObservable<T>
public class CimAsyncMultipleResults<T> : IObservable<T>
type CimAsyncMultipleResults<'T> = class
interface IObservable<'T>
Public Class CimAsyncMultipleResults(Of T)
Implements IObservable(Of T)
Type Parameters
- T
- Inheritance
-
CimAsyncMultipleResults<T>
- Implements
-
IObservable<T>
Methods
Subscribe(IObserver<T>) |