C# Class Cedar.Core.ApplicationContexts.Configuration.HttpSessionStateContextLocatorData

Define the http session state context locator data.
Inheritance: ContextLocatorDataBase
Show file Open project: Chinaccn/surfboard

Public Methods

Method Description
GetProviderCreator ( ServiceLocatableSettings settings ) : Func

Get the delegate to create provider instance.

Method Details

GetProviderCreator() public method

Get the delegate to create provider instance.
public GetProviderCreator ( ServiceLocatableSettings settings ) : Func
settings Cedar.Core.Configuration.ServiceLocatableSettings The settings.
return Func