Method Process
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.