Interface ISetupTask
Interface ISetupTask for items that need initialization with the list of available assemblies.
Assembly: Litium.Owin.dll
Syntax
public interface ISetupTask
Methods
Setup(IEnumerable<Assembly>)
Setups the specified assemblies.
Declaration
void Setup(IEnumerable<Assembly> assemblies)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<System.Reflection.Assembly> |
assemblies |
The assemblies.
|