C# Class BuildIt.ServiceLocation.ServiceLocator

This class provides the ambient container for this application. If your framework defines such an ambient container, use ServiceLocator.Current to get it.
Datei anzeigen Open project: builttoroam/BuildIt

Public Methods

Method Description
SetLocatorProvider ( ServiceLocatorProvider newProvider ) : void

Set the delegate that is used to retrieve the current container.

Method Details

SetLocatorProvider() public static method

Set the delegate that is used to retrieve the current container.
public static SetLocatorProvider ( ServiceLocatorProvider newProvider ) : void
newProvider ServiceLocatorProvider Delegate that, when called, will return /// the current ambient container.
return void