C# Class AngularAzureSearch.WebAPI.Startup

显示文件 Open project: TheDarkCode/AngularAzureSearch

Public Methods

Method Description
Configuration ( IAppBuilder app ) : void
ConfigureAuth ( IAppBuilder app ) : void
UseRedisBackplane ( ) : void

Allows you to use Redis Cache with SignalR.

UseServiceBusBackplane ( ) : void

Allows you to use Service Bus with SignalR.

UseSqlBackplane ( ) : void

Allows you to use SQL Server with SignalR.

Method Details

Configuration() public method

public Configuration ( IAppBuilder app ) : void
app IAppBuilder
return void

ConfigureAuth() public method

public ConfigureAuth ( IAppBuilder app ) : void
app IAppBuilder
return void

UseRedisBackplane() public method

Allows you to use Redis Cache with SignalR.
public UseRedisBackplane ( ) : void
return void

UseServiceBusBackplane() public method

Allows you to use Service Bus with SignalR.
public UseServiceBusBackplane ( ) : void
return void

UseSqlBackplane() public method

Allows you to use SQL Server with SignalR.
public UseSqlBackplane ( ) : void
return void