Class LoadResources
Represents an operator that loads a collection of resources into the resource manager.
public class LoadResources : Combinator<ResourceConfigurationCollection, IDisposable>
- Inheritance
-
LoadResources
- Inherited Members
Methods
Process(IObservable<ResourceConfigurationCollection>)
Loads a collection of resources into the resource manager.
public override IObservable<IDisposable> Process(IObservable<ResourceConfigurationCollection> source)
Parameters
source
IObservable<ResourceConfigurationCollection>The sequence containing the collection of resources to be loaded in the resource manager.
Returns
- IObservable<IDisposable>
A sequence of IDisposable objects which can be used to unload the loaded resources.