Click or drag to resize
DigitalRuneServiceLocatorSetLocatorProvider Method
Set the delegate that is used to retrieve the current container.

Namespace: Microsoft.Practices.ServiceLocation
Assembly: Microsoft.Practices.ServiceLocation (in Microsoft.Practices.ServiceLocation.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public static void SetLocatorProvider(
	ServiceLocatorProvider newProvider
)

Parameters

newProvider
Type: Microsoft.Practices.ServiceLocationServiceLocatorProvider
Delegate that, when called, will return the current ambient container.
See Also